Tags
A tag is a keyword or label that categorizes your question with other, similar questions. Using the right tags makes it easier for others to find and answer your question.
IBInspectable is a keyword that enables a property to be set from Xcode Interface Builder.
0 Questions
Use this tag with questions about CocoaLumberjack, an open-source logging framework for iPhone and Mac.
0 Questions
The Console component allows developers to create command-line commands. Console commands can be used for any recurring task, such as cron-jobs, imports, or other batch jobs.
0 Questions
In realtime computer graphics, a texture atlas is a large image containing a collection of sub-images, or "atlas" which contains many smaller sub-images.
0 Questions
On iOS, State Preservation and Restoration can be used to save and reload app state to make app termination appear like a temporary interruption. When an apps state is restored, the app returns the user to the last point of use so that the user can continue with whatever task was in progress.
0 Questions
Anything related to Boolean algebra and its application to computer programs. Boolean algebra is a mathematical theory that allows the representation of truth values `true` and `false` using the logic values `1` and `0` and to perform logic operations on them using algebraic notation.
0 Questions
Shake is a Haskell library for writing build systems - designed as a replacement for make.
0 Questions
TileMill is a tool for cartographers to quickly and easily design maps for the web using custom data.
0 Questions
Apache Cayenne is an open source persistence framework, providing object-relational mapping (ORM) and remoting services.
0 Questions