UIKit UIApplication

UIStatusBarStyle 状态栏

UIStatusBarAnimation 状态栏过渡效果

UIInterfaceOrientation 界面旋转

UIInterfaceOrientationMask 为了支持多种UIInterfaceOrientation

UIDeviceOrientation      是机器硬件的当前旋转方向   这个你只能取值 不能设置

UIInterfaceOrientation   是你程序界面的当前旋转方向   这个可以设置

UIRemoteNotificationType 远程通知

UIApplicationState app状态 device token,即设备令牌,不是体系独一标识(见获取iOS设备的根蒂根基信息),须要在应用启动时创议到apple办事器恳求,注册本身的设备和应用,并获得这个device token。

UIUserInterfaceLayoutDirection 界面布局方向


 id <UIApplicationDelegate>  _delegate;

    UIEvent                    *_event;

    UIEvent                    *_touchesEvent;

    UIEvent                    *_motionEvent;

    UIEvent                    *_remoteControlEvent;

    UIAlertView                *_editAlertView;

    UIStatusBar                *_statusBar;

    UIStatusBarStyle            _statusBarRequestedStyle;



UITableView 

UITableViewStyle

UITableViewScrollPosition 滚动位置

UITableViewRowAnimation 添加删除动画效果

- (UITableViewCellAccessoryType)tableView:(UITableView *)tableView accessoryTypeForRowWithIndexPath:(NSIndexPath *)indexPath;

- (void)tableView:(UITableView *)tableView accessoryButtonTappedForRowWithIndexPath:(NSIndexPath *)indexPath;

右侧箭头 相关。

- (NSIndexPath *)tableView:(UITableView *)tableView willSelectRowAtIndexPath:(NSIndexPath *)indexPath;

- (NSIndexPath *)tableView:(UITableView *)tableView willDeselectRowAtIndexPath:(NSIndexPath *)indexPathNS_AVAILABLE_IOS(3_0);

// Called after the user changes the selection.

- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath;

- (void)tableView:(UITableView *)tableView didDeselectRowAtIndexPath:(NSIndexPath *)indexPath;

选中与取消选中

- (NSInteger)tableView:(UITableView *)tableView indentationLevelForRowAtIndexPath:(NSIndexPath *)indexPath;

设置行缩进


dequeueReusableCellWithIdentifier:(NSString *)identifier forIndexPath:(NSIndexPath *)indexPath

- (NSArray *)sectionIndexTitlesForTableView:(UITableView *)tableView;                                           

- (NSInteger)tableView:(UITableView *)tableView sectionForSectionIndexTitle:(NSString *)title atIndex:(NSInteger)index; 





  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值