小编App*_*pps的帖子

如何为NSArray添加字幕

我试图找到一个更好的方法来添加字幕目前有两个不同的数组我想知道你是否可以在与标题相同的数组中添加字幕?

lodgeList = [[NSArray alloc]initWithObjects:

             //Abingdon
             @"Abingdon Lodge No. 48",  // This is the Title 
             // I would like to add the subtitle here

             @"York Lodge No. 12",

             //Alberene
             @"Alberene Lodge No. 277",

             // Alexandria
             @"A. Douglas Smith, Jr. No. 1949",
             @"Alexandria-Washington Lodge No. 22",
             @"Andrew Jackson Lodge No. 120",
             @"Henry Knox Field Lodge No. 349",
             @"John Blair Lodge No. 187",
             @"Mount Vernon Lodge No. 219",
Run Code Online (Sandbox Code Playgroud)

如何在上面的每个名称中添加字幕?

objective-c uitableview ios

1
推荐指数
1
解决办法
162
查看次数

标签 统计

ios ×1

objective-c ×1

uitableview ×1