Example table with label and accessing data in storyboard
I started creating an app in storyboard for (iOS6). But I am having
trouble in understanding Apples probgramming ideology... I develop several
other languages which are no problem at all, but this kind of drives me
crazy. What I understand so far is, I need to subclass the View (in my app
its an UItabView, which holds a table wich holds labels) to access any
items put into the view, but i still run into problems:
Having the label clicked the Keyboard pops up, but i cannot close it with
the "Done" Button on the lower right
How do i access the data in the label and save it to Core Data when user
clicks "Next" Page Button? (Do i use Core Data here?)
How do i access the data on the next page?
I would need a small example implementation of a class/ui holding a table
with a label and accessing data. From that example i would be pretty sure
i could understand how to integrate the other elements, but i just do not
find any examples regarding this, just snippets (single lines) and
advices. The app itself will contain different pages with forms, which
data is later replaced into a text.
Thanks a lot again to the community for your help
No comments:
Post a Comment