Store a weak reference to the tableView in the cell, which you'd set in -tableView:cellForRowAtIndexPath: of your table's dataSou...
Showing posts with label Objective C. Show all posts
Showing posts with label Objective C. Show all posts
Saturday, August 22, 2015
How to prioritize gesture recognizers and touches in a UIView
It sounds like you need: swipeUpTwoFinger.delaysTouchesBegan = YES; I guess you came to this post by searching similar kind of issue...
Swift : How to Rotate a UIImage 90 degrees?
In Swift and Objective-C , the easiest way (and thread safe too) is to do: //assume that the image is loaded in landscape mode from ...
Monday, August 17, 2015
How to convert a decimal number to binary in Swift?
You can convert the decimal value to a human-readable binary representation using the String initializer that takes a radix parameter: ...
What is the difference between -viewWillAppear: and -viewDidAppear:?
In general, this is what I do: 1) ViewDidLoad - Whenever I'm adding controls to a view that should appear together with the view,...
Looking to understand the iOS UIViewController lifecycle
All these commands are called automatically at the appropriate times by iOS when you load/present/hide the view controller. It's im...
How to set iPhone UI View z index?
UIView siblings are stacked in the order in which they are added to their superview. The UIView hierarchy methods and properties are ther...
Saturday, August 15, 2015
How to disable all caps menu titles in Visual Studio
Visual Studio 2012 (Full) HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\11.0\General DWORD: SuppressUppercaseConversion Value...
Wednesday, August 12, 2015
Storyboard Reference, Strong IBOutlet, Scene Dock in iOS 9
Apple has done some optimization in both Xib and Storyboard files. And because of this optimization, you can now define an IBOutlet as st...
Monday, August 10, 2015
Swift vs. Objective-C: 10 reasons the future favors Swift
Programming languages don't die easily, but development shops that cling to fading paradigms do. If you're developing apps for mo...
Tuesday, August 26, 2014
How to get list of all founts available in iOS SDK
T o get list of all founts available in iOS SDK, use the following code, // List all fonts on iPhone NSArray *familyNames = [[ NSArr...
Wednesday, June 26, 2013
Today iOS Development Resources, Articles, Tutorials and Open Sources
Today iOS Development Resources, Articles, Tutorials and Open Sources 1. Open Source iOS Control For Making Great Looking Customizable In...
Monday, June 24, 2013
Today iOS Development Resources, Articles, Tutorials and Open Sources
Today iOS Development Resources, Articles, Tutorials and Open Sources 1. Open Source iOS Paging Control With Beautiful Paper Fold Transit...
Wednesday, May 29, 2013
Map view with annotations and its views
In this tutorial I will be looking into the MapKit, a new API's made available by Apple in the iOS 3.0 and later versions. The MapKit...
Thursday, May 16, 2013
Useful iOS Resources
There's more to successful iOS development than firing up Xcode and building view controllers. Pulkit Goyal put together a list of hi...
Today iOS Development Resources, Articles, Tutorials and Open Sources
Today iOS Development Resources, Articles, Tutorials and Open Sources 1. Open Source iOS Component For Quickly Creating An App Walkthrough ...
Tutorial: Create An iOS Labyrinth Game W/UIKit Graphics And The Storyboard Tool For Level Editing
A tutorial explaining how to create a simple maze game using interface builder/the xcode storyboard tool as a level editor, UIKIt for gra...
Today iOS Development Resources, Articles, Tutorials and Open Sources
Today iOS Development Resources, Articles, Tutorials and Open Sources 1. iOS Library For Creating Great Looking Customizable Flat User Inte...
Friday, January 18, 2013
Today's iOS Developer Resources
Today's iOS Developer Resources 1. Framework Providing A Lightweight Node.js Compatible Server That Runs Within iOS Apps A framew...
Tuesday, January 15, 2013
Today's iOS Developer Resources
Today's iOS Developer Resources 1. Tool: Highly Configurable Objective-C Source Code Beautifier With Easy To Set Options A Mac OS ...