ViewでNibを使って初期化をするとき
- (id)init { self = [super init]; if (self) { NSArray *profileArray = [[NSBundle mainBundle] load...
7 search resultsShowing 1~7 results
- (id)init { self = [super init]; if (self) { NSArray *profileArray = [[NSBundle mainBundle] load...
[こんな人にとって役に立ちます] ・Google spreadsheetに、GoogleDriveに保存したURLのリストがある ・ただし、ファイル名はわからない ・でもファイル名をなんとかして...
UIView *parentView = [UIVIew alloc] init]; UIView *childView = [UIVIew alloc] init]; [view addSub...
やり方 カスタムセルを生成する際にaddTarget:actionでイベントを設定しておく。 UIEventからタッチした座標を取得して、その座標からどのセル(indexPath)なのかを取得で...
・値をセットする場合 setValue: forKey: ・値を取得する場合 valueForKey: 例) - (void)hogehoge { OtherClass *obj = [[Oth...
Gitのインストール gitユーザの作成 adduser --shell /bin/sh --home /home/git git git のインストール リポジトリの追加デフォルトのyumのリ...
【ポイント】 ・ == を使ってはいけない ・ equals(str)を使用する事 ・大文字・小文字を無視して比較する場合は equalsIgnoreCase(str) 参照 http://ww...
7 search resultsShowing 1~7 results
Qiita is a knowledge sharing service for engineers.