EventKitUI view and edit problem!
- by Alish
I try to to find a solution to do View and Edit of a the item from a tablview.
My application base on UITabBarController.
Each of the Bar items contain a class with a a couple of UIViews.
This is the first items of UITabBarController.
I done Add event from Apple sample code: SimpleEKDemo. Add Event working without any problem.
I tried to add View and Edit part to the code. I would able to select an items from tableView to edit the selected item.
But after I tried to add code from SimpleEKDemo to my code, I realized I have to add UINavigationController to the implement. So I did.
After I add that it's came to the items of UITabBarController. Also I even the Add Event didn't worked very well (I couldn't insert event name and location. but edit was working.
So I need to know:
1- Is it possible to implement Edit/View without using UINavigationController.
If yes please let me know a sample code.
2- If I must use UINavigationController.
Because I don't need UINavigationController to become it the first page and I don't need any bar added to my application. Is it possible it's appear in the application when I choose a item of tableView but appear alike that!
Snapshots:
https://public.me.com/alish (pict.zip)