iOS
Swift Trick : How to add a computed property to enumeration.
I was found the useful trick in Swift. We create Enumeration for defines a common type for a group of related values. The power of Swift we can add a computed property to enumeration. We can create simply computed property as...
iOS
Infinite Scroll with custom UIPageViewController with filter data
Infinite Scroll with custom UIPageViewController with filter data Simply example how to implement Infinite Scroll with UIPageViewController. In this project i show example in real world try to combine with UITableView and use...
iOS
How to make tableviewcell animation using Swift
Example code for easy animation on UItTablViewCell. I’m use willDisplayCell Function and insert animation to cell [crayon-6037f045c501c397169387/] This amazing function added for iOS 7. I read reference from apple doc...
No More Results