Coder Social home page Coder Social logo

barrycenter / bamsettings Goto Github PK

View Code? Open in Web Editor NEW
59.0 59.0 8.0 215 KB

BAMSettings is a generic handler for presenting and changing settings from within your iPhone app. By adding two files to your app and pushing BAMSettings onto your navigation controller, you will have the full functionality of Apple's Settings App from within your own app. please see BAMSettingsDemo at https://github.com/barrycenter/BAMSettingsDemo.

Home Page: http://barrycenter.com/BAM!coding/2011/05/bamsettings/

Objective-C 100.00%

bamsettings's People

Contributors

barrycenter avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

bamsettings's Issues

Some memory leaks

Hi Barry,

Thanks for a great job you do!
I consider to use your BAMSettings for one of my projects and go over your code.
Just found a few minor memory leaks:

  1. you should release propertyListName and paneTitle in BAMSettings dealloc method since you make copy of strings in init methods;

2)self.tableView = [[UITableView alloc] initWithFrame:CGRectZero style:UITableViewStyleGrouped]; in viewDidLoad method leaks since tableView is retain property. By the way since you subclass UITableViewController, tableView is automatically initialized to a plain table, so you can just change its style only without reinitialization.

Thanks again,
Alex

KeyboardType ignored

Hi,
when I specify the KeyboardType of a text input, it is ignored by BAMSettings.

            <key>KeyboardType</key>
            <string>NumberPad</string>

This will show up a normal keyboard. If I open the settings via the Preferences app, it is shown correctly

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.