tbointeractive / TBODeveloperOverlay

A collection of developer tools for debugging iOS Apps
MIT License
5 stars 2 forks source link

Add editing functionality to the TBODeveloperOverlayNSUserDefaultsDatasource #2

Closed brototyp closed 8 years ago

brototyp commented 8 years ago

I guess there are situations where I would want to edit values in the NSUserDefaults.

Points to consider:

thorstenstark commented 8 years ago

What if we make all or none keys editable by initializing the datasource with an "isEditable" parameter?

brototyp commented 8 years ago

Hm. I guess that is quite a black-and-white solution. I can imagine situations where you only want to be able to edit certain values.

What do you think of this solution:

thorstenstark commented 8 years ago

I like that idea.