My Book
-
Recent Posts
Archives
- January 2019
- May 2017
- April 2017
- January 2017
- November 2016
- October 2016
- July 2016
- June 2016
- May 2016
- April 2016
- February 2016
- December 2015
- November 2015
- April 2015
- March 2015
- November 2014
- September 2014
- July 2014
- June 2014
- January 2014
- November 2013
- October 2013
- September 2013
- June 2013
- March 2013
- January 2013
- October 2012
- September 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
- March 2012
- November 2011
- October 2011
- July 2011
- May 2011
- April 2011
- January 2011
- November 2010
- October 2010
- September 2010
Categories
- Android
- Auto Layout
- Books
- CocoaTouch
- Debugging
- Genetic Algorithms
- Interface Builder
- iOS 6
- iOS Programming for .NET Developers
- iOS7
- iOS8
- Jobs
- MacBook Pro
- MonoTouch
- Networking
- Objective-C
- Streaming Media
- Sustainable Coding
- Swift
- Thoughts
- Tic-tac-toe
- Tips and Tricks
- Two Letters
- UICollectionView
- UITableView
- Uncategorized
- User Experience
- XCode 3
- Xcode 4
Meta
Category Archives: Xcode 4
Objective-C Literals for iOS in Xcode 4.4
Apple recently released Xcode 4.4, which includes several minor enhancements for iOS developers. One of those features, named Objective-C Literals, is fully supported for OS X desktop apps, but is still a work-in-progress for iOS apps. This “teaser” preview has … Continue reading
What to do when Xcode 4 won’t open your project
If you might find yourself in a situation where you try to open an Xcode project but it only shows a blank window with “No Editor” in the middle, don’t panic! Instead of creating a new project from scratch, or … Continue reading
Posted in Xcode 4
9 Comments
Debugging exceptions in Xcode 4.2
One of the hidden gems in Xcode 4.2 is the “Exception Breakpoint” feature. Once you enable it, your debugging life becomes much easier because whenever an exception is thrown in your app, Xcode will bring up the line of code … Continue reading
Great, free, short videos about Xcode 4
In case you haven’t already watched them, I suggest checking out the Xcode 4 video tutorials published by The Pragmatic Studio. Each of them is short and to the point, and free! Even though I have been using Xcode 4 … Continue reading
Jumping to counterpart files in Xcode 4.1
I upgraded my MacBook Pro today to the new Lion version of the OSX operating system. After downloading and installing Lion, I was forced to upgrade Xcode from version 4 to 4.1. It took quite a while to complete. After … Continue reading
Posted in Xcode 4
6 Comments
Creating a custom UITableViewCell in iOS 4
This post explains how to create a custom table view cell that you can design in Interface Builder and Xcode 4. Not only are the cells designable in IB, but they also have a code file in which you can … Continue reading
Posted in Interface Builder, UITableView, Xcode 4
14 Comments