You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,9 @@
1
+
## A Xcode6 incompatibility has surfaced in this code.
2
+
3
+
The git branch `development-xc6` contains the fixes and improvements to the app for iOS v7 and later. If you wish to ship your app on a new version of the OS in the fall compiled by Xcode v6, I recommend that you use this version. Once the NDA is removed by Apple, I will describe the cause of the bug and fixes to this class.
4
+
5
+
## DDGPreferences:
6
+
1
7
Almost every iOS application has individual user preferences. Some apps also
2
8
use Apple's Settings app, some don't. If you develop many different
3
9
applications, as I do in my development consulting practice, it is tedious to
@@ -9,7 +15,7 @@ and an example single view iOS app tying all of the pieces together.
9
15
10
16
The `DDGPreferences` project now supports syncing preferences through
11
17
iCloud via the `NSUbiquitousKeyValueStore`. You can synchronize a subset
12
-
all of your preferences to iCloud.
18
+
of your preferences to iCloud.
13
19
14
20
## The API
15
21
@@ -188,10 +194,8 @@ some folks will write asking to be relieved of my public recognition
188
194
requirement. Unless the requestor is willing to compensate me to change the
189
195
licensing terms, I will always decline to change my agreement. I have put some
190
196
time and care into crafting this class, app and this blog post. That time
191
-
deserves compensation. I have chosen to be compensated by using this class as
192
-
a marketing mechanism. I apologize if this does not align with your open
193
-
source values. I have a family to feed and a mortgage to service. I sell
194
-
coding services and code to provide for all of us. I hope you understand.
197
+
deserves compensation and I have chosen to be compensated by using this class as
0 commit comments