Kellen Styler Logo
  • Kellen Styler Flickr
  • Kellen Styler Linked In
  • Kellen Styler Facebook
  • Kellen Styler Twitter
  • Kellen Styler RSS
  • Home
  • iOS
    • iPhone
    • iPad
    • Objective-C
    • iOS Tips and Tricks
    • iOpenSource
  • iOS Applications
    •   Mic Recorder for iPhone  
  • About Me
  • Get in Touch
  • KS History
    • KS V.15
    • KS V.14
    • KS V.13
    • KS V.12
    • KS V.11
    • KS V.10
    • KS V.9
    • KS V.8
    • KS V.7
    • KS V.6
    • KS V.5
    • KS V.3
    • KS V.2
    • KS V.1
  • iOS Application
Sitemap Archives
Home » iOS

iOS

iOS

Diving into :: Objective-C and Xcode

Jan20 0

I am now at D3signerd.com

Posted by flakeskstyle on Jan 20, 2012 in iOS, iOS Application, iOS Tips and Tricks, iOSOpenSource, iPad, iPhone, Objective-C, Site History, Tutorial, Uncategorized, Version History | 0 comments

I am in the process of moving all my content over to a new hosting provider. You will now be able to follow me and my rants over at www.d3signerd.com

Read More
Oct05 0

Turn FIXME, TODO, and !!! comments into compiler warnings within xcode

Posted by flakeskstyle on Oct 5, 2011 in iOS, Objective-C, Tutorial | 0 comments

I have written a few posts on how to customize the jump bar function menu in xcode. If you have not seen them click on the links below.

Read more about #pragma marks

Read more about FIXME, TODO, !!!

OK, great… Now you can see how customizing the jump bar function menu in xcode can make browsing your code within a single file easier. But, we are missing the ability to find these flags or notes from within the xcode IDE. I wanted to make the FIXME , TODO, ??? and !!! comments a little more useful. So, after some research I found a solution by Jake Marsh ( See references following this tutorial ). What he had done was expand off a code example that takes these comments as your application builds and turns them into compiler warnings. You can then see your comments and descriptions in the compiler warnings list. You can also jump to that comment just like a normal warning can from within xcode. Now, these are useful!

(more…)

Read More
Oct04 1

Customizing the Jump bar function menu in xcode with TODO, FIXME, and more

Posted by flakeskstyle on Oct 4, 2011 in iOS, Objective-C, Tutorial | 1 comment

Here I will show you a few examples of how to customize the the jump bar function menu within xcode. These work very similar to the #pragma mark directive. Haven’t use one before? Click the link below to read more about what they are and how to use them.

Learn more about Pragma Marks

OK, so what am I talking about? Well, just like the #pragma mark directive, adding a FIXME, TODO, MARK, ??? or !!! comment will add notes to your jump bar function menu within xcode. These notes can then also be used for navigation within your header or implementation files. Lets take a look at the examples below and see the different options available!

(more…)

Read More
Oct04 0

Add custom Warning messages to your code in Objective-C

Posted by flakeskstyle on Oct 4, 2011 in iOS, Objective-C, Tutorial | 0 comments

W e have all seen Objective-C warnings while building out an application. But there may be an instance where you need to write your own custom warning messages. To my surprise Xcode will pick up the “#warning” flag in the compiler. This will allow you to add your own custom warnings anywhere within your code.

(more…)

Read More
Sep26 0

Pragma Mark to organize your source code

Posted by flakeskstyle on Sep 26, 2011 in iOS, Objective-C, Tutorial | 0 comments

Pagma Marks are simple directives that you can add to your source code to help with organization. They can be added to both xcode header and implementation files. The main benefit will come when you use the jump bar, within xcode, to find functions within your code. Pragma Marks will show up in the function drop-down menu and work as clickable short cuts that jump to sections within your files.

(more…)

Read More
Sep21 0

Macros for your Objective-C and iOS projects

Posted by flakeskstyle on Sep 21, 2011 in iOS, iOSOpenSource, Objective-C, Tutorial | 0 comments

Download Example

M acros can be described as snippets of code that you can frequently use over and over again while developing an application. They can also make your code less verbose…. *hint… What we have here is a quick example on how to add macros to your project and then it is followed up by a growing collection of macros for you to pick and choose from.

^Adding Macros to your project

Adding macros to your iOS project only takes a few simple steps.

Lets start by creating a new header file within your project. I have named mine “iOSMacros”. Now, click on the new header file to open it up. It should resemble something like the code below.

(more…)

Read More
Page 1 of 3123»

About Me



31
New York, NY

profile for Designerd at Stack Overflow, Q&A for professional and enthusiast programmers

Recent Posts

  • I am now at D3signerd.com
  • Turn FIXME, TODO, and !!! comments into compiler warnings within xcode
  • Customizing the Jump bar function menu in xcode with TODO, FIXME, and more
  • Add custom Warning messages to your code in Objective-C
  • Pragma Mark to organize your source code

Whats popular

Actionscript After Effects CALayer CSS Directive Fast Enumeration Fireworks FIXME Flash Flashbuilder Flex Flexbuilder Flickr Fonts Google Maps HTML Illustrator iOS iPad iPhone Macros NSArray NSDictionary NSMutableArray NSMutableDictionary NSMutableSet NSSet Objective-C OpenSource Photoshop PHP Pragma Mark Spark Spark Skin Swift 3D Swiz TODO UIImage UIView Warning Xcode


QR

Disclaimer

This blog contains my personal thoughts and experiments and not those of my employer.
Creative Commons
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Site Links
  • Sitemap
  • Archives
  • KS History

@pixelRanger *twitter

  • RT @bengfarrell: I'm learning Dojo now! Why not ExtJS? Why not just use jQuery? Here's why: http://t.co/EmChsT0d. 2012/02/21
  • My services for a glass of McAllen 12 year 2012/02/21
  • RT @mindmillmedia: Introducing the ST2 Power Tools project for Sencha Touch 2 Development productivity - http://t.co/E2dNu9C4 2012/02/14
  • Looking forward to what's next! @mindmillmedia: Getting Setup for Sencha Touch 2 Development on Your Mac - http://t.co/hAUV2cjO 2012/02/14
  • Need a loading gif? http://t.co/eNU6rUi3 2012/02/10

Mentors & Friends

  • Ben Clinkinbeard
  • David Tucker
  • Finch
  • Flex Cubed
  • Flex Food
  • Histos
  • Joao Pedro Canhenha
  • Merhl
  • Mike Nimer
  • Nate de Jager
  • The Keunster
  • Tj Downes
  • Trice Designs
  • Truth and Lies
  • Under the Influence of Design

Resources

  • Stack Overflow
  • Swiz Framework

Thank you for stopping by.      - Kellen Styler :: Designerd

WWW.KELLENSTYLER.COM | © 2006-2011 ALL RIGHTS RESERVED