I'm trying to create a calendar weekview in portrait mode in an iOS app. I only need 1 week that will be displayed all the time, so 7 columns are enough.
To visualise: the result should look something like the middle screen in this picture:
http://41.media.tumblr.com/a5bc39604e4cd0d6ebf036d204aff82e/tumblr_ncndmwmNKg1tlbw3mo3_1280.jpg
I'm fairly new to iOS. I can create some basic apps now but can't figure out how to design this view.
What controller and view should I start with?
Any ideas on how to design this view?
Any help is very welcome! Thanks in advance.
Try to use this awesome library.. https://github.com/erichoracek/MSCollectionViewCalendarLayout
Related
I want to implement an add new item dialogue in my app similar to add alarm dialogue in the clock app (screenshot). Prior to this moment I always used the same storyboard scene design for iphone and ipad with autolayout to make it look good on both devices. But I'm wondering how can I implement a view similar to Add Alarm dialogue - it looks very compact on both iphone and ipad especially because on ipad it's a separate small view that is not stretched across the screen. Can somebody please point me how to implement it? I don't really need the code, just some directions that can help me.
Found it in the apple documentation:
https://developer.apple.com/library/content/featuredarticles/ViewControllerPGforiPhoneOS/PresentingaViewController.html
I want to create an intro screen for my app. This will be around 5 pages of intro and can have animated images on it. Something very similar to Box app intro screen.
So question is does IOS provides any specific view controller for this kind of intro? If not should I use uiview controller to show on first load and somehow keep a track. What are these actually called in programming term?
TIA
No.
You can save status by NSUserDefault.
There are some open source that can help you build intro quickly.
https://github.com/ealeksandrov/EAIntroView
https://github.com/MatthewYork/MYBlurIntroductionView
Iam new to ios development.I confused to design like a screen which i attached here.
Please help me if anyone know how to design like this.Iam not yet started to design the screen.
Thanks in Advance....![design like this screen][1]
this is WaterfallCollectionView sample code as per your requirement
how can I write an iOs 7 app that has sections whose navigation is based on the page control element? Just like twitter's Home, Discover and Activity sessions, in picture below
How can I do this? I want 3 sections too. Does Xcode's Storyboard have any special feature to help me accomplish this?
I'm quite a newbie in iOS development and I appreciate any help you could give me.
Thanks in advance!
An app like that can be set up with a UITabBarController at the root. The first tab would be a UIPageViewController. In the UIPageViewController would have 3 pages. Each of the pages would be a UITableViewController.
I need to implement a custom Calendar similar Blackberry native Calendar. I need to mimic almost the same as we see Month view on native Calendar. I tried GridFieldManager, but that doesn't have that much flexibilities. I just went through this site and tried to mimic kind of Calendar view, but I am seeing problem that I need to display the grid lines in a different color and text inside the grids in a different color.
http://www.blackberry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800332/800505/800508/How_To_-_Create_a_rich_UI_layout_with_TableLayoutManager.html?nodeid=1906675&vernum=0
Could you please share your thoughts and guide me?
thank you,
Ramesh S