-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
纯代码实现的版本 #14
Comments
我用纯代码实现时发现会报错。DLTabedSlideView的 init*方法都没返回实例 |
"init*方法都没返回实例" 能说清楚点吗? |
就是说这些 init 开头的方法并没返回 instancetype; 另外,我采用纯代码实现时,无法显示 DLSlideView。 "init*方法都没返回实例" 能说清楚点吗? — |
init 没返回 instancetype 的情况我没遇到过,一般是内存不足才会出现。 |
当我用纯代码实现时,到这一句就挂了。 以下是实例化的代码: -- 在 2016年4月14日 21:08:43, agdsdl ([email protected]) 写到: init 没返回 instancetype 的情况我没遇到过,一般是内存不足才会出现。 — |
你好,我在代码实现UI的时候也遇到了问题: |
模仿demo的代码调用,注意一点就是demo中的delegate属性是在xib文件中设置的,如果纯代码实现的话,需要代码设置一下delegate |
果然是没有注意到代理。非常感谢 |
纯代码调用时,引用的DLTabedSlideView一直为nil,不能显示,能详细告知下原因吗?万分感谢 |
你好,非常感谢你贡献的代码,请问一下,是否有意提供一个纯代码实现的版本demo呢?
我用纯代码实现的时候,实现Demo1ViewController.h中的“@Property (weak, nonatomic) IBOutlet DLTabedSlideView *tabedSlideView;”时遇到一个问题,tabedSlideView如何同时具有XIB的UITabBarController属性.呢?
The text was updated successfully, but these errors were encountered: