CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
| 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;
@endwhich informs you about section location changes.
MIT