摘要:原理: 1. 用tintColor属性,把整个UISEgmentControl 设置成为透明色. 2. 设置正常状态下的titleTextAttributes.和选中状态下的titleTextAttributes.
阅读全文
posted @ 2016-06-18 00:39
|
|||
06 2016 档案
摘要:原理: 1. 用tintColor属性,把整个UISEgmentControl 设置成为透明色. 2. 设置正常状态下的titleTextAttributes.和选中状态下的titleTextAttributes.
阅读全文
posted @ 2016-06-18 00:39
摘要:一. 目的: 实现UITableViewCell上按钮点击事件可以进行页面跳转. 二. 实现方法: 1. 用协议的方式的实现. 2. 需要自定义UITableViewCell. 三. 代码部分. cell.h中 cell.m中 controller.m中
阅读全文
posted @ 2016-06-14 22:38
|
|||