quattro_4 scribble

scribble 落書き (調べた事をただ落書きする)

2013-10-03から1日間の記事一覧

Ruby5 #407

Ruby5 - Episode #407 – October 1st, 2013 Ruby 2.1 Walkthrough Refinements Decimal Literals Frozen String Literals Required Keyword Arguments Method Definition returns Method Name Removing Garbage Bytes from Strings StringScanner supports N…

Ruby5 #406

Ruby5 - Episode #406 – September 27th, 2013 Lambdas in Case === (a.k.a. the case equality operator) is_even = ->(n) { n.even? } is_even === 5 is_even.call(5) Rocker-Box a/b test static pages Snowden fuzzy search on text indices ["bacon", "…

NSScreencast Episode #88 Interactive View Controller Transitions

Interactive View Controller Transitions - NSScreencast スクリーンが上から垂れ下がるようなエフェクトの戻すパターン @interface InteractiveSwipe : UIPercentDrivenInteractiveTransition @property (nonatomic, strong) UIPanGestureRecognizer *pan;…

NSScreencast Episode #87 Xcode 5 Autolayout Improvements

Xcode 5 Autolayout Improvements - NSScreencast iOS7のAutoLayout Ctrl + drag to superview Top/Bottom/Leading/Trailing space to Container Center Vertically/Horizontally in Container Dragした方向のものが表示される Orange constraints -> not fu…