btc / allegro

Allegro Composer for iOS
2 stars 1 forks source link

Improve how PartListingViewController looks #285

Closed niklele closed 7 years ago

niklele commented 7 years ago
btc commented 7 years ago

In order to make the swipey behavior work, I need to replace the partListing UICollectionView with a UITableView.

Do you have any un-pushed changes in PartListingViewController?

niklele commented 7 years ago

nope, everything on github is current

btc commented 7 years ago

I made some changes to PartListingViewController.

I integrated SwipyCell and the Date formatting library. We still need thinner cells and white lines between them.

I left a hook there for you to integrate a delete button.

Have a look and let me know what you think.