Skip to content

Latest commit

 

History

History
118 lines (84 loc) · 2.83 KB

README.md

File metadata and controls

118 lines (84 loc) · 2.83 KB

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