aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added animated toggle editing to BeanCollectionList.Eddie Ehlin2013-01-094-7/+17
|
* Added "Done" button to the navigation bar when editing name or note for bean ↵Eddie Ehlin2013-01-084-22/+41
| | | | collection.
* Added keyboard fix in BeanCollectionInfo view, so that it doesn't gets ↵Eddie Ehlin2013-01-084-39/+112
| | | | displayed over the textview.
* Updated UI to get rid of tab bar control in the next-next wizard while ↵Eddie Ehlin2013-01-073-68/+68
| | | | adding bean collection. Tab bar only visible on first scene
* Added UITableViewDelegate and UITableViewDataSource to ↵Eddie Ehlin2013-01-064-2/+66
| | | | BeanCollectionBeanListViewController - stubs
* BeanCollectionList and BeanCollectionInfo is now fully implemented. Next: ↵Eddie Ehlin2013-01-0612-33/+467
| | | | BeanList
* Renamed/refactored iBeanListViewController to ↵Eddie Ehlin2013-01-0510-44/+41
| | | | BeanCollectionListViewController + changed extractionCounter to extractionCount in BeanCollection entity
* Added Bean collection list view controller and managed object classes (bean ↵Eddie Ehlin2013-01-0513-13/+413
| | | | collection and bean) generated from core data
* Added storyboard details for adding a new iBean, no code yetEddie Ehlin2013-01-012-10/+272
|
* Added new xcode project for iBean (with core data). InstaBean functionality ↵Eddie Ehlin2012-12-3125-0/+1195
| | | | is now completed.
* Moved XCode project iBean to iBean.oldEddie Ehlin2012-12-3125-0/+0
|
* Insta bean functionality is done except for data storage. Will fixe this in ↵Eddie Ehlin2012-12-316-24/+30
| | | | new xcode project.
* InstaBean functionality implemented, except for CoreData.Eddie Ehlin2012-12-295-40/+104
|
* Added controls + initial logic to Insta bean viewEddie Ehlin2012-12-294-18/+90
|
* Initial commit containing base projectEddie Ehlin2012-12-2824-0/+967