オープンソースの力

ITエンジニア、特にネット起業したい人向けブログです。

毎日OSSと起業会社紹介

どのようにIOSのナビゲーションバーで複数のボタン..

オープンの力

どのようにIOSのナビゲーションバーで複数のボタンを配置するか
投稿者: 敏@opentikara ON 日, 12月 29, 2013

UIBarButtonItem *anotherButton = [[UIBarButtonItem alloc]initWithTitle:@"first" style:UITabBarSystemItemContactstarget:self action:@selector(one:)];

    UIBarButtonItem *anotherButton2 = [[UIBarButtonItem alloc]initWithTitle:@"second" 

投稿を見る   »