Jake Lin

Results 91 comments of Jake Lin

@dzamani I can't figure out a way how can we change the text during the animation using IBAnimatable. If you would like to have this feature. What kind of API...

@dzamani thanks, let's how can we improve it. We have some Core Animation as well. Since we already use `animate` method, can't find a good name for it 🤣

@dzamani we are using chainable API, it will be a promise-like method. And we already have completion method for completion handler ``` view.animate(.squeeze(way: .in, direction: .left)) .completion { print("Animations finished!")...

may call it like `.alsoRun{ label.text = "I am changing during the animation"}`

I am focus on iOS dev now, see whether I will have some spare time.

I like the idea to group them into different sections. I found out the examples in Material are hard to experiment. I prefer to have an example app to demonstrate...

Are UICollectionVIew and UICollectionReusableView supported by IBAnimatable yet? -- Not yet, 😅 On 20 July 2016 at 09:28, George Kye [email protected] wrote: > Are UICollectionVIew and UICollectionReusableView supported by >...

@multinerd I don't have time to work on that at that moment. It is almost done for Swift 3. But haven't upgraded to Swift 4 yet. Could you like to...

Hi pxhkevin, Can you tell me which VC. we have two login animations now. Thanks Jake On 4 December 2015 at 00:26, Teng [email protected] wrote: > Can you show your...

请使用UISearchController,但是要支持iOS 7的话需要注意一下,我的做法是iOS9出来时,我的app只支持iOS8,然后把这些API都升级。 谢谢 Jake 2015-05-11 17:28 GMT+10:00 x1911 [email protected]: > 非常感谢大大无私的奉献,让我学到很多东西,在此有两个小疑问想问问 > > 在课件提到的两个地方 > 1, > contentOffset.y += searchDisplayController!.searchBar.frame.size.height > > 2, > func searchDisplayController(controller: UISearchDisplayController, > shouldReloadTableForSearchString searchString:...