测试已测试 | ✗ |
语言语言 | Obj-CObjective C |
许可证 | MIT |
发布最后发布 | 2014年12月 |
由 Oliver Letterer 维护。
UITableViewCellSectionLocation 已公开。
SLUITableViewCellSectionLocation 显示了新的公共接口
@interface UITableViewCell (SLUITableViewCellSectionLocation)
@property (nonatomic, assign) SLUITableViewCellSectionLocation forbiddenSectionLocation;
- (void)setForbiddenSectionLocation:(SLUITableViewCellSectionLocation)location animated:(BOOL)animated;
@end
它通知您有关部分位置变化的信息。
MIT