2014-01-17から1日間の記事一覧

他のアプリ起動

NSString * retURL = [NSString stringWithFormat:@"xxxxx://xxxxx?param=1"]; NSURL* url = [NSURL URLWithString:retURL]; UIApplication* app = [UIApplication sharedApplication]; if ([app canOpenURL:url]) [app openURL:url];

iOS ローカルファイル上書き

http://www.deftrash.com/blog/archives/2010/10/iphone_file_append.html を参考。 一度削除して再配置。

iOS7 StatusBarの文字色を白色に変更

http://tryworks-design.com/?p=2333 を参考にした。