- Most classes require iOS 5+
- Most classes have been updated to use ARC
- Categories (and some views) are separated into a separate .a file so that they can be force loaded by the linker.
- The scheme named "Build" will produce a universal binary for use on an iOS device and in the simulator.
Other Linker Flags:
-force_load "$(SRCROOT)/<SUBFOLDER>/libSMSForceLoad.a"
-lxml2
Header Search Paths:
/usr/include/libxml2
A UIScrollView subclass for laying out columns of subviews.
A UIView subclass for drawing clipart. Can be added as a subview (with a clear background) to another view to annotate other content.
A UIView subclass that lays out subviews (of varying widths) sequentially in rows.
A UIScrollView subclass that manages tiles in a grid with a similar API to UITableView.
A copy of the iOS Messages user interface.
A split view controller that allows for horizontal and vertical layouts as well as different sizing in portrait and landscape.
Most libSMS files are licensed under the Modified BSD License. See the header of each file for details.