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
{{ message }}
This repository was archived by the owner on Feb 16, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: Changelog.markdown
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,20 @@
1
1
# SSToolkit Changelog
2
2
3
-
### Version 0.1.2
3
+
### Version 1.0.0
4
4
5
-
*Unreleased*
5
+
[Released May 21, 2012](https://github.com/samsoffes/sstoolkit/tree/1.0.0)
6
6
7
+
* Move to ARC
7
8
* Add `rowBackgroundColor` to SSCollectionView. This is useful for having a texture background color on the collection view and preventing the internal UITableView from using it as the background color of each row.
8
9
* Add `NSAssert` in SSCollectionView for a `nil``reuseIdentifier`. This used to be an `NSLog`. It was changed to an assert because you really need to provide one or your performance will be just awful. Be user to add `NS_BLOCK_ASSERTIONS` in your release build to avoid crashing just incase you missed one somewhere.
9
10
* Add `deepMutableCopy` to `NSDictionary` and `NSArray`
11
+
* Add `cellImageForKey:` to SSPickerViewController - [@greenisus](http://github.com/greenisus)
12
+
* Add `rowBackgroundColor` to SSCollectionView
13
+
* Improve NSDate ISO8601 category to support timezones
14
+
* Add NSDate category for converting a date to a short string (similar to Tweetbot) localized in 15 languages
5. Click Install next the new row reading "SSKeychain Documentation". (If you don't see it and didn't get an error, try restarting Xcode.)
20
+
5. Click Install next the new row reading "SSToolkit Documentation". (If you don't see it and didn't get an error, try restarting Xcode.)
19
21
20
22
Be sure you have the docset selected in the organizer to see results for SSToolkit.
21
23
22
-
You can also **read the [SSToolkit Documentation](http://sstoolk.it/documentation) online.**
23
-
24
-
## Classes
25
-
26
-
### Views
27
-
28
-
*[SSAnimatedImageView][] - easily create timed or keyframed animations
29
-
*[SSBadgeView][] - badge accessory view for table cells, similar to Mail.app unread counts
30
-
*[SSBorderedView][] - draw boxes with top and bottom borders with optional insets
31
-
*[SSCollectionView][] - simple collection view modeled after UITableView and NSCollectionView
32
-
*[SSGradientView][] - easily create gradients with optional borders and insets
33
-
*[SSHUDView][] - simple heads-up display
34
-
*[SSLabel][] - vertically align and inset your text
35
-
*[SSLineView][] - easily create solid, dotted, or dashed lines with an inset
36
-
*[SSLoadingView][] - flexible loading view
37
-
*[SSPieProgressView][] - pie chart style progress bar similar to the one in Xcode's status bar
38
-
*[SSWebView][] - handy delegate additions and control over shadows and scroll
39
-
40
-
### Controls
41
-
42
-
*[SSAddressBarTextField][] - textfield to show loading progress and control a web view
43
-
*[SSTextField][] - inset your text
44
-
*[SSTextView][] - placeholders like `UITextField`
45
-
*[SSSegmentedControl][] - segmented control clone so make customizing the appearance easier
46
-
*[SSSwitch][] - switch clone so make customizing the appearance easier
47
-
48
-
### View Controllers
49
-
50
-
*[SSCollectionViewController][] - manage a collection view
51
-
*[SSPickerViewController][] - easily create picker view controllers like the Settings.app
52
-
*[SSRatingPickerViewController][] - simple view controller for rating stuff like App Store.app
53
-
54
-
### Misc
55
-
56
-
*[SSDrawingUtilities][] - random macros for drawing and such
57
-
*[SSConcurrentOperation][] - a simple wrapper for concurrent NSOperations
58
-
59
-
### Categories
60
-
61
-
[Several categories](http://github.com/samsoffes/sstoolkit/blob/master/SSToolkit/SSCategories.h) are included and used throughout SSToolkit.
62
-
63
24
## Adding SSToolkit to your project
64
25
65
26
For installation instructions, see [the getting started guide on the SSToolkit website](http://sstoolk.it/#getting-started).
@@ -83,25 +44,3 @@ For usage instructions, see [the usage guide on the SSToolkit website](http://ss
83
44
## Thanks
84
45
85
46
Huge thanks to [our contributors](http://github.com/samsoffes/sstoolkit/contributors), [Jake Marsh](http://deallocatedobjects.com), and [Mike Rundle](http://flyosity.com).
0 commit comments