Jake Lin

Results 91 comments of Jake Lin

这个app没有做autolayout适配。 Sent from my iPhone > On 12 Nov 2015, at 9:37 PM, Brody [email protected] wrote: > > 这个Todo demo里面用了autolayout布局如何适配到iPhone 6+以上的屏幕尺寸,在iPhone 6以上的屏幕尺寸时显示右侧空出了一些距离 > > — > Reply to this email...

有好多方法可以做,NSUserDefaults,Core Data, Realm都可以。如果使用Objc,所有对象都是NSObject 的对象了,如果是Swift,有些数据库不需要转NSObject,直接就可以存储。

http://www.imooc.com/view/173 Thanks Jake On 15 January 2016 at 11:56, 王爵 [email protected] wrote: > Speaking of great > > — > Reply to this email directly or view it on GitHub...

glad you like it. Thanks Jake On 15 January 2016 at 12:03, 王爵 [email protected] wrote: > I am a Java engineer, is learning to swift, your course is really simple,...

谢谢你的支持。UIView 的动画底层还是使用了 Core Animation 的 APIs,执行效率会低一点,但是 UIView 动画的 API 更加简便,所以我推荐可以使用 UIView 动画的先使用它,如何不行再使用 Core Animation 的动画。 请看一下 iOS 10 最新的 API https://developer.apple.com/reference/uikit/uiviewpropertyanimator 我也做了个简单的例子叫做 SaveTheDot https://github.com/JakeLin/SaveTheDot. 在 render 方面, UIView 确实比 CALayer...

不好意思,这个细节我记不清楚了,你可以截个图看看吗?而且当时为了简化,没有讲述 Auto Layout 等内容,在 github 的 project 都做上了。 2016-10-20 16:45 GMT+11:00 蒋轩哲 [email protected]: > 多谢老师指点!在做Login页面那集提到将很多View放在了屏幕左边。但是我的DEMO在push出Login页面的瞬间, > 可以清楚的看到放在屏幕左边的控件。这个是正常而不可避免的吗?多谢老师! > > — > You are receiving this because you commented. > Reply...

Nexus 5 the one in RN offical doc

@17671621757 its dependence e.g. IBAnimatable has been upgraded to support Swift 4, but I don't have time to upgrade this project this time, sorry. Could you like to give it...