I have an application in which, after running it and selecting setting of iPhone, inside the application name, there should be a button.
I know that through settings.bundle we cannot add a button.
So is there some way to do it programmatically?
Or else can we add a uitableviewcell to settings same like safari and all so that it looks like a button?
Please guide me in this.
Thanks in advance
According to this post it is not possible.
If you are not bound to use the iPhone system settings you may have a look at the inAppSettingsKit