quattro_4 scribble

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

2013-07-28から1日間の記事一覧

Ruby5 #389

Ruby5 - Episode #389 - July 26th, 2013 Rails 3.2.14 more than 150 commits 3.2.15 will be last La Conf Paris Yehuda, Steve, Avdi ... youtube, 座って話してる Practicing Ruby 一部無料公開 Shoes 4 gui toolkit for Ruby WindowsもOK Base16-builde…

Ruby5 #388

Ruby5 - Episode #388 - July 23rd, 2013 License your gems! spec.license = 'MIT' spec.licenses = ['MIT', 'GPL-2'] LicenseFinder pivotal製 Choose a License github製 Choosing an OSS license doesn’t need to be scary - ChooseALicense.com Custom …

NSScreencast Episode #46 Fun with UICollectionView

Fun with UICollectionView - NSScreencast いろいろな形、レイアウトでCollectionViewを表示 UICollectionView cellForItemAtIndexPath Custom collection view cell (subclass) @interface NumberCell : UICollectionViewCell initWithFrame viewDidLoad […

NSScreencast Episode #47 Gesture Recognizers

Gesture Recognizers - NSScreencast tapした場所に画像を表示させる、移動、拡大縮小、回転 common initWithTarget:self, action:@selector(onViewDoubleTap:) [self.view addGestureRecognizer:tapRecognizer]; UITapGestureRecognizer tapRecognizer.numb…