quattro_4 scribble

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

2013-09-22から1日間の記事一覧

thoughtbot Build Phase #8

thoughtbot Learn The Levy Has Broken Episode #8 主にiOS7の話 iOS6との互換性の話とか 詳細の話が多すぎてついていけない hardware capability 64bit 99% apps ok UI Rect Edge thoughtbot Learn app thoughtbot/trail-map · GitHub cannot moving forwar…

NSScreencast Episode #86 iOS 7 View Controller Transitions

iOS 7 View Controller Transitions - NSScreencast スクリーンが上から垂れ下がるようなエフェクト UIViewControllerInteractiveTransitioning Protocol SwatchTransition transitionDuration animateTransition UIViewControllerTransitioningDelegate ani…

NSScreencast Episode #85 Hello, iOS 7

Hello, iOS 7 - NSScreencast Guide What's New in iOS: iOS 7.0 iOS 7 UI Transition Guide: Before You Start iOS7 status bar style faster screen animation slide right shift screen nav bar title fade in/out XCode5 capabilities Take a sneak peek…

NSScreencast Episode #84 xctool

xctool - NSScreencast Unit testをコマンドラインで走らせる $ xcodebuild ... TEST_HOST $(BUNDLE_LOADER) TEST_AFTER_BUILD=YES いろいろ面倒で問題あり xctool $ brew install xctool $ xctool -workspace LoginTester.xcworkspace \ -scheme LoginTeste…

NSScreencast Episode #83 TDD View Controllers Part 2

TDD View Controllers Part 2 - NSScreencast alert表示をmockしてテスト AlertViewProvider __block id _alertProvider; beforeEach(^{ _alertProvider = [OCMockObject mockForClass:[AlertViewProvider class]]; _vc.alertProvider = _alertProvider; [[_…