InAppSettingsKit is an open source solution to to easily add in-app settings to your iPhone apps. It uses a hybrid approach by maintaining the Settings.app pane. So the user has the choice where to change the settings.

learn more… | top users | synonyms

0
votes
1answer
66 views

InAppSettingsKit Tabbar, doesn't call settingsViewController

For a Iphone app I've tried to implement InAppSettingsKit (tabbar version). I succeded to integrate the library sample in my app but "settingsViewController" methods are not called. This is my code: ...
1
vote
3answers
57 views

Dynamic In-App Settings

I have an app where Location is important. Currently I have a multi-value setting in the settings bundle where I have 5 locations defined. The problem with this approach is that the settings bundle ...
0
votes
1answer
52 views

InAppSettingsKit and Core Data

I'm currently implementing a custom IASKSettingsStore for the use of core data. You can see the code below. The problem is that the storage of the values gets extremely slow. For example when I type ...
1
vote
1answer
80 views

How can I remove Settings.bundle from previous app version?

My iPad app currently uses Settings.bundle to allow settings both via the built-in Settings.app as well as via InAppSettingsKit. I now want to switch to IASK entirely and disable the built-in ...
0
votes
1answer
80 views

InAppSettingsKit with multiple localizations

I'm using InAppSettingsKit in my iPad app, including localized Strings for English, German and Japanese. Everything works just fine, but I would like to be able to switch languages in-app, and this ...
0
votes
1answer
59 views

Add NSDefaults string into InAppSettingsKit

I want to be able to change the DefaultValue of one of a UITableView cell in the Settings.bundle. I mainly want to put this... userEmail = [defaults objectForKey:@"username"]; ...into the plist. I ...
1
vote
1answer
82 views

Customising iOS InAppSettingsKit gives different results on iPhone compared to simulator

I'm trying to change the background color of the InAppSettingKit view controller. I've tried subclassing and overriding the cellForRowAtIndexPath: - (UITableViewCell *)tableView:(UITableView ...
1
vote
0answers
70 views

InAppSettingsKit bar with done button disappears

I've integrated InAppSettingsKit in my app and it works great 90% of the time. However, 10% of the time when I'm in the modal view, the top bar with the done button just disappears, leaving the user ...
0
votes
1answer
233 views

How to use InAppSettingsKit delegate to reconfigure changed app settings

I am using InAppSettingsKit to include preferences inside my app. I configured the preferences view using xcode's storyboard with the following simple steps: 1) I created a navigation controller and ...
0
votes
1answer
115 views

InAppSettingsKit textfield

I have a view Controller which displays my InAppSettingsKit. There I have a textfield. The problem is, the settingsChanged event is fired at every keytroke. Can I change it, so the user has to press ...
0
votes
0answers
106 views

Style of InAppSettingsKit

I want to integrate the InAppSettingsKit in my app. I have a class called "ViewHub" which contains a tabView with two tabs. one is the settings tab. if the settings tab is called, the following code ...
0
votes
1answer
73 views

InAppSettingKit setHiddenKeys for Child Views

it appears that setHiddenKeys isn't working for child views loaded through something like <dict> <key>File</key> <string>ChildView</string> ...
0
votes
1answer
89 views

In app settings (application is closed)

My application crashes when I close the settings. Even with a standard animation (UIModalTransitionStyleCoverVertical) button "Done" is not working.. What could be wrong? -EDIT- Apparently I was not ...
0
votes
2answers
133 views

No tableview after pushing a multivalue button in settings.bundle

I added an "Settings.Bundle" and the InAppSettingsKit to my app which works half fine ;-) My problem: I added an MultiValue list to the Root.plist and if I push the button to go to this list I allways ...
0
votes
1answer
170 views

InAppSettings not populating on launch

I'm using in-app settings from http://www.inappsettingskit.com/. It is really great but I can't figure out how to have the settings automatically load into the in-app settings on launch. When I ...
0
votes
1answer
107 views

InAppSettingKit custom bundle is not recognized on device

I set up InAppSettingsKit and wish to have only certain volatile settings available from within the app. These would not be the same as what is found in settings.app from springboard. I added a ...
0
votes
1answer
240 views

InAppSettingsKit Dynamic Cells? (iPhone & iPad)

I'm looking for a way of adding a selection of dynamic cells to the InAppSettingsKit table. Essentially what I want to do is have a ChildPane that has a selection of settings that are populated based ...
-1
votes
1answer
239 views

Can InAppSettingsKit be used just for Settings.app

I would like to use InAppSettingsKit only for displaying the settings in the Settings.app of the iPhone. I have different custom settings for in-app settings. Is this possible and how can this be ...
1
vote
1answer
272 views

InAppSettingsKit and Storyboard: how to put a back button?

I'm using the ARC version of the InAppSettingsKit framework (https://github.com/tibr/InAppSettingsKit) to put the settings bundle into my application with Storyboard. I have managed to get the ...
0
votes
1answer
173 views

Validating preferences in inappsettingskit

I want to use the kIASKAppSettingChanged notification in inappsettingskit to validate preferences when they are changed. I know the notification contains the new value of the preference that was ...
0
votes
1answer
68 views

Can the ShortTitles key be used with InAppSettingsKit PSMultiValueSpecifiers?

i'm using InAppSettingsKit and i'm trying to include the key "ShortTitles" in my plist file per: ...
1
vote
2answers
648 views

Alternative to InAppSettingsKit

Is there an alternative to InAppSettingsKit that is simpler? I find myself needing only 20% of what it offers.
1
vote
3answers
3k views

UITableView change header title color

I'm styling the UITableView in InAppSettingsKit and want to change the color of the header title: The labels Without title and Text Field should be white. How can this be done? Thanks.
0
votes
1answer
119 views

InAppSettingsKit pop the UINavigationController automatically?

Is it possible with IASK to have a PSMultiValueSpecifier automatically pop the stack when the user makes their selection?
0
votes
1answer
163 views

xcode not incorporating changes to root.plist

i'm using inappsettingskit and i have everything working except that it seems to have stopped recognizing changes to my root.plist. i know i've see things before about cleaning out certain directories ...
0
votes
1answer
131 views

How to store the settings of the app using the IASKSettingsStore

i am using the InAppSettingsKit, but i have no idea how to save the settings of the app using the IASKSettingsStore Class. when i closes my application and reopen it, the settings are set to the ...
0
votes
1answer
184 views

How to get root.plist to recognize types provided by InAppSettingsKit

I'm having a hard time integrating InAppSettingsKit. First of all, XCode isn't recognizing that the settings.bundle I've added to my project actually contains files. So I have to open that bundle ...
5
votes
2answers
883 views

How to correctly integrate InAppSettingsKit with Storyboard in a TabBar?

I have been trying for a while now, but I can't figure out how to integrate InAppSettingsKit in an App, that uses Storyboard and a TabBar. I've got my tab bar defined in a Storyboard, now I want one ...
2
votes
1answer
1k views

Xcode “Parse issue”, “Unexpected type” in @protocol declaration

I recently added InAppSettingsKit to a project (although I don't think this is IASK specific). I'm using Xcode 4.2 and it is giving a strange error: ...
0
votes
1answer
139 views

InAppSettings keyboardDidHide or resignedFirstResponder

I'm using InAppSettings with great success. Now I need to dismiss the inAppSettings modal VC when editing ends in a TextField in inAppSettings (the user hits Done on the keyboard). InAppSettings has ...
0
votes
2answers
154 views

Is it possible to implement a own IASKSettingsReader?

I use core-data for saving a dynamic (small) amount of entities. These entities have a property for "Display" and "Push", which i sync with my server for each entity. Now i want to add InApp-Settings ...
5
votes
1answer
1k views

how do i add extra plists in xcode in the Settings.bundle for use with the InAppSettingsKit iPhone library?

This is probably a realy silly question .. but I'm struggling with it :( I am trying to add a Root.inApp.plist file to my project so that i can have inapp specific settings for my iPhone app. I have ...
1
vote
2answers
906 views

How do I add a button to the InAppSettingsKit setting view (iPhone/iPad)?

I have been looking at the sample app provided by InAppSettingsKit and I noticed the use of a couple of buttons: I would like to integrate a single red button in my app called reset, however I'm ...
1
vote
1answer
469 views

How can I customise the InAppSettingsKit (background colour & nav bar colour)?

I would like to change the colour of the background to the InAppSettingsKit view to be black and I would also like to update the navbar colour to a dark grey. However I can't seem to find any details ...
0
votes
1answer
1k views

InAppSettingsKit multi value not showing options

I have just managed to create my settings.bundle and set up a selection of different settings. However when I run my app and view the settings via InAppSettingsKit, the multi value options aren't ...
3
votes
1answer
2k views

How to integrate the InAppSettingsKit?

I have just downloaded the InAppSettingsKit and I'm trying to integrate it with my app however I'm having some issues with it since I can't find any documentation to help me out. So far I've done the ...
0
votes
0answers
206 views

Implementing InAppSettingsKit the keyboard doesn't show up with text field

I wouldn't ask this if I haven't try hard to find what's the problem. I included InAppSettingsKit to my app, works great except when I tap for a simple text field the keyboard doesn't show up. I've ...
0
votes
1answer
524 views

iPhone/iPad: Universal App and InAppSettingsKit

I have a application which is a universal application. On iPhone, it's a Tab Bar application and on iPad its a Split View app. For settings, I really wanted to include the three most important ...
3
votes
5answers
1k views

Having problems reading settings while using InAppSettingsKit

I am using the InAppSettingsKit modules to manage my settings. I can include it in my project to the point where I can build a settings page that interacts correctly with my project. I have a ...
0
votes
2answers
388 views

Set the value for Child Pane

Using inAppSettingsKit, I'm trying to display the value of a Child Pane element in the summary tableCell. TableCell correctly display the Title but not the value :/ Here is a snippet of my ...
0
votes
1answer
291 views

InAppSettingsKit text field notification

I'm using InAppSettingsKit to create a settings screen in my app. I have a PSTextFieldSpecifier in my plist, and since it is used for login (username/password), I need to know when the user has ...
1
vote
2answers
430 views

Subclassing IASKAppSettingsViewController

I'm trying to tweak the behavior of the default IASKAppSettingsViewController so it can provide custom subviewcontrollers (as for type = PSChildPaneSpecifier) for custom views (type = ...
1
vote
1answer
299 views

UIPicker in inappsettingskit

Using inappsettingskit, I'm searching for a way to display an uipickerview (with custom values) when clicking on a textfield cell (instead of a keyboard). Is there any way to do so ? Thanks for your ...
1
vote
1answer
2k views

How to change header section text color in InAppSettingsKit class?

I'm using InAppSettingsKit for my app but I'm having problems changing the text color of my section headers in my grouped tableview. I've tried using the following code but it doesn't work: -(UIView ...
1
vote
1answer
335 views

How do I create my own store by subclassing of IASKAbstractSettingsStore?

First off, InAppSettingsKit is just what I was looking for. Once I figure out some things it will save me tons of time. My question is: how do I create my own store by subclassing ...
0
votes
1answer
242 views

Child menus aren't showing up in InAppSettingsKit

I've implemented a view that is using an InAppSettingsKit controller, just like the example application shows, but for some reason, I can never access a child screen of any kind. I have even tried ...
11
votes
4answers
8k views

How to build an iOS like settings module?

I am really new to iPhone development. Currentlly I am setting up an option module for my application. The user should be able to edit some preferences. My first approach was to have some text ...
0
votes
2answers
934 views

(iphone) InAppSettings/InAppSettingsKit library questions

It seems there are many advocates of InAppSettings https://bitbucket.org/keegan3d/inappsettings/wiki/Home In my app, I need to have multiple different settings page from different views. ...
1
vote
2answers
559 views

Connect IASKAppSettingsView to tabbar item

For a iPhone app I'm working on I want to use InAppSettingsKit to handle all the settings from within the app: http://www.inappsettingskit.com/ The sample app runs without problems but I'm not sure ...
0
votes
2answers
677 views

InAppSettingsKit IASKCustomViewSpecifier Help!

i am having trouble trying to call values from two IASKCustomViewSpecifier in the InAppSettingsKit. I tried changing the Key value from customCell but it seams to then change the dimensions of the ...

1 2