Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "notes" to items #61

Open
jsealey opened this issue Apr 27, 2013 · 0 comments
Open

Add "notes" to items #61

jsealey opened this issue Apr 27, 2013 · 0 comments

Comments

@jsealey
Copy link
Owner

jsealey commented Apr 27, 2013

Changes to be made:

to AddItemViewController AND EditItemViewController:

  • add the "notes" text box to the view in the storyboard and link to the code
  • when the text box becomes first responder, shift the window down so users can see the whole text box.
  • when the text box resigned first responder, shift the window back up to its original position

to model:

  • add "notes" to the "add item" and "update item" functions.

*Notes is already a field included in the xcdatamodel for the Item entity. I already added it (along with category) to the Item class so we wouldn't have to migrate the database in later updates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant