Tom Quist

2pods

Equals

Equals is a µframework that makes implementing Equatable and Hashable protocol very easy by providing a little helper which allows you to simply list all of your properties to compare.

License: MIT

  • Swift

iDroidLayout

The main reason for this project is to learn more about the Android layout system and how it works. Another reason is the lack of a advanced layout system in iOS ( Update: this is not true anymore for iOS >= 6 because of the introduction of auto layout). Currently it is a pain to build maintainable UI code in iOS. You have the choice between doing your layout in interface builder which is great for static, but not powerful enough for dynamic content, or doing all in code which is difficult to maintain. In Android layouts can be defined in XML. Views automatically adjust their size while taking into account their content requirements and their parents' size restrictions.

License: Apache 2

  • Objective C