Customized Segmented Controls

授权协议 MIT
开发语言 Objective-C
所属分类 iOS代码库、 分段选择(Segment)
软件类型 未知
地区 不详
投 递 者 郭修平
操作系统 iOS
开源组织
适用人群 未知
 软件概览

自定义Segment的文字、颜色和图片。 [Code4App.com]

  • // 设置UISegmentedControl为属性 self.segmentedControl = [[UISegmentedControl alloc] initWithItems:[NSArray arrayWithObjects:@"1",@"2",@"3",@"4", nil]];

  • @interface AppDelegate () @end @implementation AppDelegate - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { self.window = [[UIWind