べすとえふぉーと

プログラミング等のノート 

2013-04-18から1日間の記事一覧

viewDidLoadとviewWillAppear

iOS

UIViewControllerのロード時に呼ばれるこいつら - (void)viewWillAppear:(BOOL)animated {- (void)viewDidLoadどっちが先に呼ばれるかよく忘れるのでメモviewDidLoadが先

UAModalPanelの使い方

iOS

Githubから落として https://github.com/coneybeare/UAModalPanelファイルをコピーimportして #import "UAModalPanel.h" #import "UAExampleModalPanel.h"表示する UAModalPanel *modalPanel = [[[UAExampleModalPanel alloc] initWithFrame:self.view.bound…

tableViewタップ時のハイライト解除

iOS

よく忘れるのでメモ うっかり画面遷移して戻ったら解除し忘れてたってよくあるよね(・ω [tableView deselectRowAtIndexPath:[tableView indexPathForSelectedRow] animated:YES];