szotyi / twist

A Twitter example app, developed for a guesttalk at iOS update training

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Twist

##Table of contents:

##About

A Twitter example app, developed for a guesttalk at iOS update training Open the Twist.xcworkspace not the xcodeproj!

##Basic breakpoints

  • exceptions all Objective-C
  • symbolic malloc_error_break
  • symbolic CGPostError
  • symbolic NSKVODeallocateBreak

##Basic groups

  • Controllers
  • Models
  • Services
  • Views
  • Widgets

##Keyboard shortcuts

  • ctrl+cmd up/down: move between header and source
  • ctr+cmd left/right: move back and forward in history
  • alt+cmd 0: show/hide utilities
  • cmd 0: show/hide navigator
  • cmd+shift y: show/hide debug area
  • cmd+shift o: fast open (with alt opens in assistant editor, this is true for clicking in source also)
  • cmd+ctrl e: edit all in scope
  • cmd+ctrl j: jump to definition (same as cmd click)
  • cmd l: go to line
  • cmd r: run
  • cmd b: build
  • cmd+shift k: clean
  • cmd .: stop

##Links mentioned

####Twitter

####Plugins

####Apps

####Cocoapods

####Modules

####KVC Collection Operators

####Color picker

####Chisel

####QA

####Crashes and ad hoc installs

####Code

About

A Twitter example app, developed for a guesttalk at iOS update training


Languages

Language:Objective-C 76.8%Language:C 22.1%Language:Shell 1.1%Language:Ruby 0.1%