-
Notifications
You must be signed in to change notification settings - Fork 150
Description
Hi vicpenap,
I actually planned to send you a private message but I did not find any way to do this so Im writing this post.
I am starting a new iOS application and I think PrettyKit is what i need for my application. My application requires animated insertion and deletion operations but PrettyKit is not support those operation as I see. I would love to make required enchantment on PrettyKit but my enchantments are changing usage of the PrettyKit a little bit.
Usage Changes;
1- User of this library will not need to call "prepareForTableView: indexPath:" method of PrettyTableViewCell under "tableView:cellForRowAtIndexPath:" method of UITableViewDelegate.
2- User needs to use a class named PrettyTableView instead UITableView
Enchantments;
1- PrettyKit will support adding and deleting cells with animation. (Corners of cells will animate like native UITableViewCell class).
2- PrettyCells can be designed in interfaceBuilder. (Their appearance will not be able to edited in interfaceBuilder but their content will be).
If you are okay with these changes I will upload my changes with their documentation soon.