Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Zero To Hero

Zero To Hero

Presented at Ironhack: https://www.ironhack.com

Sergio Fernández

September 30, 2015
Tweet

More Decks by Sergio Fernández

Other Decks in Programming

Transcript

  1. !

  2. 2.0

  3. SINGLETON DEPENDENCY - (id)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil { self =

    [super initWithNibName:nibNameOrNil bundle:nibBundleOrNil]; if (self) { // Custom initialization AppDelegate *mainDelegate = (AppDelegate *) [[UIApplication sharedApplication] delegate]; self.doc = mainDelegate.document; } return self; }
  4. PROPERTIES WITH WRONG ATTRIBUTES @property (nonatomic, strong) IBOutlet UITableView *tableView;

    @property (nonatomic, strong) IBOutlet UIToolbar *toolbar; @property (nonatomic, strong) IBOutlet VSDocument *document;
  5. GLYPHS WAS FEATURED ON ▸ AppStore as App of the

    Week ▸ AppStorm as Best Advanced Markdown Editor ▸ AppleWeblog as Best App for iPhone 2011 ▸ appgratis as App Of The Day
  6. KEY ELEMENTS ▸ UICollectionView on iOS 4 ▸ Crash Free

    ▸ Accessibility ▸ Localized ▸ Sweet Animations ▸ Fresh Design