CepheiUI — General
-
NSLayoutConstraint (CompactConstraint), a class category from Marco Arment’s CompactConstraint library, is integrated with Cephei. CompactConstraint provides an Auto Layout grammar and methods that are easier to use and understand than UIKit’s built in functions for programmatically adding constraints.
Refer to its readme to learn how to use it. There are two changes to note: most importantly, the methods have an
hb_
prefix, and two methods that are marked as deprecated in the original project have been removed.CompactConstraint is licensed under the MIT License.
See moreDeclaration
Objective-C
@interface NSLayoutConstraint (CompactConstraint)
-
UIColor (HBAdditions) is a class category in Cephei that provides some convenience methods.
See moreDeclaration
Objective-C
@interface UIColor (HBAdditions)
-
UIView (CompactConstraint), a class category from Marco Arment’s CompactConstraint library, is integrated with Cephei. CompactConstraint provides an Auto Layout grammar and methods that are easier to use and understand than UIKit’s built in functions for programmatically adding constraints.
Refer to its readme to learn how to use it. There are two changes to note: most importantly, the methods have an
hb_
prefix, and two methods that are marked as deprecated in the original project have been removed.CompactConstraint is licensed under the MIT License.
See moreDeclaration
Objective-C
@interface UIView (CompactConstraint)