TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Dec 2014 |
Maintained by Oliver Letterer.
UITableViewCellSectionLocation made public.
SLUITableViewCellSectionLocation exposes the new public interface
@interface UITableViewCell (SLUITableViewCellSectionLocation)
@property (nonatomic, assign) SLUITableViewCellSectionLocation forbiddenSectionLocation;
- (void)setForbiddenSectionLocation:(SLUITableViewCellSectionLocation)location animated:(BOOL)animated;
@end
which informs you about section location changes.
MIT