![[iOS] カスタムUIButton の drawRect を呼んで角丸ボタンを作ってみた [iOS] カスタムUIButton の drawRect を呼んで角丸ボタンを作ってみた](http://syake-labo.com/blog/wp-content/uploads/2011/07/ios-custombutton-thumbnail-160x160.jpg) 
[iOS] カスタムUIButton の drawRect を呼んで角丸ボタンを作ってみた
iOS で画像を使わずに角丸ボタンを作ってみました。 UIButton でボタンを描画する方法 UIButton でボタンを描画する場合は drawRectメソッドを利用します。 – (void)drawRect:(CG …
![[iOS] カスタムUIButton の drawRect を呼んで角丸ボタンを作ってみた [iOS] カスタムUIButton の drawRect を呼んで角丸ボタンを作ってみた](http://syake-labo.com/blog/wp-content/uploads/2011/07/ios-custombutton-thumbnail-160x160.jpg) 
iOS で画像を使わずに角丸ボタンを作ってみました。 UIButton でボタンを描画する方法 UIButton でボタンを描画する場合は drawRectメソッドを利用します。 – (void)drawRect:(CG …
![[iOS] Interface Builder を使わないで UISearchBar を追加してみた [iOS] Interface Builder を使わないで UISearchBar を追加してみた](http://syake-labo.com/blog/wp-content/uploads/2011/07/ios-uisearchbar-thumbnail-160x160.jpg) 
よくTwitterアプリのタイムライン検索などで使われている検索バーがありますが、けっこうサクッと追加できます。 UISearchBar を使う 検索バーにフォーカスすると自動的にナビゲーションバーが隠れて [cance …
![[iOS] 半透明の画面の上にUIActivityIndicatorViewを追加する [iOS] 半透明の画面の上にUIActivityIndicatorViewを追加する](http://syake-labo.com/blog/wp-content/uploads/2011/07/ios-indicator-thumbnail.jpg) 
APIやファイルとかの非同期通信をしているときに必要な、読み込み中のビューを追加してみました。 UIActivityIndicatorView を使う iOSで、半透明の画面を親画面の上に被せて読み込み中のインジケータを …