Tag:

目次

Tips

カンマ区切りの文字列を配列に変換

NSString *line = @"a, b, c";
NSArray *values = [line componentsSeparatedByString:@","];


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS