Difference between revisions of "Swift code snippets"

From Hawk Wiki
Jump to: navigation, search
(Swift Code snippts)
Line 8: Line 8:
  
 
==[[Swift:Using UIRefreshControl]]==
 
==[[Swift:Using UIRefreshControl]]==
 +
 +
==[[Swift:Using UIGestureRecognizer]]==
  
 
==Swift:Example of fetching messages from Parse==
 
==Swift:Example of fetching messages from Parse==

Revision as of 17:55, 27 March 2015

Swift Code Snippts

Back To IOS_Swift

Swift: Use NSUserDefaults to Store Persistence Data

Swift: Making Network Request Using NSURLConnection

Swift:Use AFNetworking setImageWithURL

Swift:Using UIRefreshControl

Swift:Using UIGestureRecognizer

Swift:Example of fetching messages from Parse

https://gist.github.com/sandofsky/7134b1ff90d235901254

Swift:Auto Table Row Height

Swift:Navigation between storyboards

Swift:Notification Observer Using NSNotificationCenter

Swift:Get Raw Histogram from CGImage

Swift:UIGraphics Drawing on UIView

Swift:UIGraphics Scale Down CGImage

Swift: Convert between CGImage, CIImage and UIImage

Swift:Detect Volumn Button Press