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. Check our this blog post for more.
MIT