Understanding Self Sizing Cells and Dynamic Type in iOS 8
In iOS 8, Apple introduces a new feature for UITableView known as Self Sizing Cells. This tutorial shows you how to use self sizing cell and dynamic type.
Get Started for FREE
Sign up with Facebook Sign up with X
I don't have a Facebook or a X account
In iOS 8, Apple introduces a new feature for UITableView known as Self Sizing Cells. This tutorial shows you how to use self sizing cell and dynamic type.
I've mentioned a number of slide-out menu components, most recently BTSimpleSideMenu that supports icons, and scrolling between multiple pages of menu selections. Here's an open source component fo...
With iOS 8, Apple has introduced new CloudKit API to manage application data on iCloud server in manageable ways. Here are some highlights of CloudKit along
I've mentioned a number of libraries for working with maps, such as the CCHMapClusterController for high-speed map clustering mentioned earlier this year. Here's an open source library that al...
In this NSURLProtocol tutorial you will learn how to work with the URL loading system and URL schemes to add custom behavior to your apps.
A couple of months ago I mentioned a Swift based library for working with Core Data called QueryKit. Here's a Swift based library that makes it easier to work with SQLite databases called SwiftData...
Exploring how to code in Objective-C and Swift
MALoggingViewController is a real-time pseudo-console you can embed in your application, perfect for testing and debugging in the real world.
Show quick tutorials, only once, while the user discovers your app.
JMCache is a key/value store designed for persisting temporary objects fully based on GCD.
JMCache is cool because you can :
Protocols are the foundation of generics in Swift, but suffer from the lack of a built-in way to provide default implementations for methods. However, there is an interesting workaround in Swift that you probably haven't noticed.
PinterestAnimator performs view controller transitions like the one in the Pinterest 3.0 app.
Example of blurred expanding cover photo like twitter app:http://m.UploadEdit.com/b038/1407960919189.gif
Created in Xcode 6 with auto layout, swift
Beautiful custom ActivityIndicator inspired from css library SpinKit and much more... Written in Swift.
Supported animations: Rotating Plane, Double Bounce, Chasing Dots, Pulse, Wave, Spotify, Wp8
This control as been compiled on Xcode 6.0 Beta 6, and is callable from Objective-C and Swift.
Helpful tools to manage linguistics, and Social in a String
Collection view sticky header implementation in Swift
Controls are the bread-and-butter of iOS apps. There are many provided in UIKit but this tutorial shows you how to make a custom control in Swift.
CombinationPickerController is image picker use uicollection view.
can select only one image can custom you camera else use default support only portrait
Infinite UITableview Scroll in Swift Language
The Accelerate framework contains many high performance matrix math, linear algebra, image processing, and digital signal processing functions, but suffers from a somewhat unusual syntax when compa...
Learn how to add card game mechanics into your Sprite Kit games using Swift!
iOS has a complicated relationship with the web. And it goes back to the very inception of the platform nearly a decade ago.