その後のその後

iOSエンジニア 堤 修一のブログ github.com/shu223

2011-03-21から1日間の記事一覧

UINavigationBar に UISegmentControlを置く

真ん中に置く場合 UISegmentedControl *segmentedControl = [[UISegmentedControl alloc] initWithItems: [NSArray arrayWithObjects: @"Daily", @"Weekly", @"Total", nil]]; [segmentedControl addTarget:self action:@selector(segmentChanged:) forContr…