Accordion Menu in XCODE - objective-c

hey, I'm trying to make a accordion menu in Objective-C for a iPad app. The only thing I know is that I should look over core animation.
Couldn't find anything helpfull.
Can anyone help me ? at least give me a few pointers.

i am also trying to implement Accordion Menu for iPad.. i have been doing some research and found that this link is a good help...
http://www.deepinthecouch.com/iphone-sdk/accordion-uitableviews-programming-backwards
(Go here for the archived version)
i have tried putting in the codes in this blog to my project, but i kept getting some weird errors..
so instead, i am taking the concept and try to implement something myself...
if u get ur accordion menu work, do share it.. i will do the same... :)
[Update] : i have revisited the blog page again just now, and found that the author have added a new entry and added a piece of code that works...
Have a look
http://www.deepinthecouch.com/iphone-sdk/accordion-uitableviews

Related

Page indicator in Carousel for Xamarin.Forms, it is possible?

I would like to show some page indicator in the Xamarin.Forms carousel, with dots or something similar.
The purpose is to let to the user know that there are more pages if he does swipe. The UX would improve a lot.
Any possibility/way to do this?
I wanted to implement the exact same thing and came across the following link:
http://chrisriesgo.com/xamarin-forms-carousel-view-recipe/
I found it quite easy to implement and figure out what is going on after reading through the post. A great option and well worked example in my opinion!
You'll only need to follow the example related to "Dots" of course :)
Hope this helps!

Identify the Content Carousel

Can anybody identify the carousel used on this site? It seems to work seamlessly with responsive sites and would with little css changes suit my design perfectly. The source shows something called anchorScroll.js but a search comes up with nothing.
It's a custom solution and not a plugin. Look for Application_NewsSpinner in http://cdn12.grohe.com/application/resources/javascript/scripts/common.js at line :1072
But don't steal code! It's fine to get inspired but you should find your own solution or take an official plugin! Take a look at http://finnrudolph.de/ImageFlow or http://www.jcoverflip.com/demo

how to make a 9*9 grid view in Objective C under Xcode 4.3?

i have searched Xcode controls but doesn't found anything that makes a GridView like the one in the lecture below so, how to make a one like that? thanks
As #Stephen pointed out, there's AQGridView, but here are a few others I've looked at, each offering some different functionality based on what you're looking for: GMGridView, NRGridView, MMGridView
There is no such component built in to iOS. So you'll either need to write your own or look for an open source version. I'm aware of AQGridView; I'm sure there are others.
iOS 6 has a UICollectionView that might work
https://developer.apple.com/library/ios/#documentation/UIKit/Reference/UICollectionView_class/Reference/Reference.html

RestKit and storing of data

I have a navigation controller where i have the list of appointments in a table view. I have an add button on the right side corner for the navigation controller. When the user clicks the add button a view will appear with the textfields and buttons. The problem is when ever the user (of the app) adds his appointments and clicks the add button it has to hit the server and store that data. I want to do that using RestKit. Can anybody tell me how to hit the server and how i can store the data.
Yes, Google can.
Here is the first result for the search 'restkit tutorial' :
http://mobile.tutsplus.com/tutorials/iphone/restkit_ios-sdk/
And, in case that one is a little out of date, here's the second result for the search 'restkit tutorial' :
http://mobile.tutsplus.com/tutorials/iphone/advanced-restkit-development_iphone-sdk/
The current documentation is only on github. Most other sources are outdated, thanks to RestKit's rapid development.
The wiki has a lot of good information, and you can find documentation that's always up-to-date in the docs directory.
I recently wrote a detailled overview of RestKit with many piece of code and I think it can help you to understand how it works and how to get things done.
http://blog.octo.com/en/overview-of-restkit-a-core-data-enabled-ios-macosx-framework-for-restful-apps/

UITableView not loaded

i've followed a tutorial in wich you were Guided trough the development of a little, actual simple XML Application on iPhone.
I followed the Tutorial and run into one problem: The UITableView is empty, alltough the NSMutabelArray is not empty. The curious thing is, that i am not able to find diferences in the code of the Tutorial and my programmed code.
I tried different suggestions and ideas from UITableView gives empty table, does not load data, but either the iPhone screen turned Black or nothing was changed.
So i put both Projects (the downloaded Tutorial and my own Project) at my FTP server for you ftp://homes.dnsalias.com
If i missed information that is necessary or helpful please tell me. I hope someone, is willing to explain my mistake.
Thank you a lot...
Ok, i have had some basic Problems with UINavigationControllers and TableViews.
For those who found this Thread on google or something, here is a, for me helpfull, youtube link: link text