中文:类似微信、QQ、instagram、网易新闻、唱吧、新浪微博、Twitter、系统设置设置页面
English: like weChat、 QQ、 instagram、NetEase new、changba、sina weibo、Twitter、system setting a SettingsViewController.
1、继承XHSetting
2、在ViewDidloadl利用如下方法:
添加一个section
- (void)addSection:(XHTableViewControllerAddSectionBlock)b;
-
在某个section里面添加一个cell
- (void) addCell:(XHTableViewCellBlock)configurationBlock whenSelected:(XHTableViewCellWhenSelectedBlock)whenSelectedBlock;
中文: XHSetting 是在MIT协议下使用的,可以在LICENSE文件里面找到相关的使用协议信息.
English: XHSetting is acailable under the MIT license, see the LICENSE file for more information.