User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 04:08, 23 March 2015 (diff | hist) . . (+705) . . N Swift:Notification Observer Using NSNotificationCenter (Created page with "Listen notification in swift <pre class="brush:swift"> func tweetSent(notification: NSNotification) { let newTweet:Dictionary<String, Tweet> = notification.userInfo as Dic...")
- 04:08, 23 March 2015 (diff | hist) . . (+839) . . N Swift:Navigation between storyboards (Created page with "===Navigate to Storyboard ID=== <pre class="brush:swift"> var vc = storyboard.instantiateViewControllerWithIdentifier("loginViewController") as UIViewController window?.rootVi...") (current)
- 04:07, 23 March 2015 (diff | hist) . . (+146) . . N Swift:Auto Table Row Height (Created page with "<pre class="brush:swift"> //Auto table row height tableView.estimatedRowHeight = 92.0 tableView.rowHeight = UITableViewAutomaticDimension </pre>") (current)
- 04:04, 23 March 2015 (diff | hist) . . (+498) . . N Swift:Using UIRefreshControl (Created page with "<pre class="brush:swift"> //refreshControl is automatically defined in UITableViewController var refreshControl: UIRefreshControl? override func viewDidLoad() { super.view...") (current)
- 04:04, 23 March 2015 (diff | hist) . . (-490) . . Swift code snippets (→Adding UIRefreshControl)
- 04:03, 23 March 2015 (diff | hist) . . (+397) . . N Swift:Use AFNetworking setImageWithURL (Created page with "Create the bridging file: create a new Objective-C file, name it anything, and when you save it, Xcode will prompt you generate a bridging file. <br> In an Objective-C bridgin...") (current)
- 04:03, 23 March 2015 (diff | hist) . . (-388) . . Swift code snippets (→Use AFNetworking setImageWithURL)
- 04:03, 23 March 2015 (diff | hist) . . (+614) . . N Swift: Making Network Request Using NSURLConnection (Created page with "<pre class="brush:swift"> var clientId = "Put your client id here" var url = NSURL(string: "https://api.instagram.com/v1/media/popular?client_id=\(clientId)")! var request =...") (current)
- 04:02, 23 March 2015 (diff | hist) . . (-582) . . Swift code snippets (→Making Network Request)
- 04:02, 23 March 2015 (diff | hist) . . (+302) . . N Swift: Use NSUserDefaults to Store Persistence Data (Created page with "<pre class="brush:swift"> //Set data NSUserDefaults.standardUserDefaults().setObject(["settingABC": false], forKey: "settingABC") //Load Data //func objectForKey(defaultName:...")
- 04:01, 23 March 2015 (diff | hist) . . (-297) . . Swift code snippets (→Swift use NSUserDefaults to store persistence data)
- 03:53, 23 March 2015 (diff | hist) . . (-1) . . Swift code snippets (→Swift: Convert UIImage to CGImage)
- 03:52, 23 March 2015 (diff | hist) . . (+50) . . Swift code snippets
- 03:49, 23 March 2015 (diff | hist) . . (+514) . . Swift code snippets (→Swift: Convert CGImage to CIImage)
- 03:35, 23 March 2015 (diff | hist) . . (+202) . . Swift code snippets (→Swift: Convert CIImage to CGImage)
- 02:46, 23 March 2015 (diff | hist) . . (-34) . . Swift code snippets (→Xcode Swift Create Custom UIColor)
- 02:42, 23 March 2015 (diff | hist) . . (-1) . . m Swift code snippets (→Xcode Swift Create Custom UI Color)
- 02:41, 23 March 2015 (diff | hist) . . (+174) . . Swift code snippets (→UIGraphics Drawing on UIView)
- 09:36, 21 March 2015 (diff | hist) . . (+358) . . Swift code snippets (→Swift Code snippts)
- 06:09, 20 March 2015 (diff | hist) . . (+288) . . Swift code snippets (→Swift: Scale down CGImage)
- 05:40, 20 March 2015 (diff | hist) . . (+877) . . Swift code snippets (→UIGraphics Drawing on UIView)
- 04:52, 20 March 2015 (diff | hist) . . (+51) . . m Swift code snippets (→Swift Detect Volumn Button Press)
- 04:51, 20 March 2015 (diff | hist) . . (+827) . . Swift code snippets (→Swift: How to make UIGraphics context background transparent)
- 04:44, 20 March 2015 (diff | hist) . . (-112) . . m Main Page (→This is Hall's wiki page) (current)
- 04:34, 20 March 2015 (diff | hist) . . (+42) . . m Swift code snippets (→UIGraphics Drawing on UIView)
- 04:26, 20 March 2015 (diff | hist) . . (+752) . . Swift code snippets (→Get Raw Histogram from CGImage in swift)
- 06:21, 19 March 2015 (diff | hist) . . (+1,961) . . Swift code snippets (→Notification in Swift)
- 00:10, 19 March 2015 (diff | hist) . . (+37) . . m Wiki commands (→WIKI Migration and Upgrading) (current)
- 00:10, 19 March 2015 (diff | hist) . . (+525) . . N WIKI Migration and Upgrading (Created page with "==Upgrading mediawiki== Following steps in http://www.mediawiki.org/wiki/Manual:Upgrading 1. I created a script for wiki upgrading migrate.sh <pre> #!/bin/bash OLD_WIKI_DIR=...") (current)
- 00:07, 19 March 2015 (diff | hist) . . (+3) . . Wiki commands (→WIKI Migration and Update)
- 00:05, 19 March 2015 (diff | hist) . . (+2) . . Wiki commands
- 00:05, 19 March 2015 (diff | hist) . . (+32) . . Wiki commands
- 22:20, 18 March 2015 (diff | hist) . . (+222) . . Linux Administration (→DB backup)
- 05:13, 18 March 2015 (diff | hist) . . (+370) . . m Swift code snippets (→Notification in Swift)
- 05:09, 18 March 2015 (diff | hist) . . (+362) . . Swift code snippets (→Navigation between storyboards)
- 04:32, 18 March 2015 (diff | hist) . . (+43) . . m Swift Introduction (→Array & Dictionary)
- 04:30, 18 March 2015 (diff | hist) . . (0) . . m Swift Introduction (→Array & Dictionary)
- 04:29, 18 March 2015 (diff | hist) . . (+78) . . m Swift Introduction (→Array & Dictionary)
- 03:14, 18 March 2015 (diff | hist) . . (+62) . . m Main Page (→Highlights)
- 02:57, 18 March 2015 (diff | hist) . . (+677) . . Swift code snippets (→Navigate to Storyboard ID)
- 02:48, 18 March 2015 (diff | hist) . . (+43) . . m Swift code snippets
- 02:48, 18 March 2015 (diff | hist) . . (+23) . . m Swift Intermediate (→Intermediate Swift) (current)
- 02:47, 18 March 2015 (diff | hist) . . (+22) . . m Swift Introduction (→Swift Basic)
- 02:46, 18 March 2015 (diff | hist) . . (+129) . . Swift Introduction (→Closures)
- 01:20, 18 March 2015 (diff | hist) . . (+38) . . m Swift code snippets (→Adding UIRefreshControl)
- 01:19, 18 March 2015 (diff | hist) . . (+3) . . m Swift code snippets (→Use AFNetworking setImageWithURL)
- 01:18, 18 March 2015 (diff | hist) . . (+14) . . m Swift code snippets (→Use setImageWithURL)
- 23:17, 17 March 2015 (diff | hist) . . (+2) . . m Site Map (→Ops Admin only)
- 23:17, 17 March 2015 (diff | hist) . . (+71) . . Site Map
- 23:11, 17 March 2015 (diff | hist) . . (+117) . . N Site Map (Created page with "==Links== * Tax Report * Wiki commands * HTML * CSS * Javascript Basic")
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)