├── Config ├── Combined │ ├── XUIKit_Mac_Debug.xcconfig │ ├── XUIKit_Mac_Profile.xcconfig │ └── XUIKit_Mac_Release.xcconfig ├── XUIKit_Base.xcconfig ├── XUIKit_Debug.xcconfig ├── XUIKit_Mac.xcconfig ├── XUIKit_Profile.xcconfig └── XUIKit_Release.xcconfig ├── README.md ├── Resources └── Info.plist ├── Source ├── XUIBase.h ├── XUIBase.m ├── XUIBezierPathAdditions.h ├── XUIBezierPathAdditions.m ├── XUIColorAdditions.h ├── XUIColorAdditions.m ├── XUIFontAdditions.h ├── XUIFontAdditions.m ├── XUIGeometry.h ├── XUIGeometry.m ├── XUIGraphics.h ├── XUIGraphics.m ├── XUIImageAdditions.h ├── XUIImageAdditions.m ├── XUIIndexPathAdditions.h ├── XUIIndexPathAdditions.m ├── XUIKit.h ├── XUIKitPrefix.pch ├── XUITypes.h ├── XUIValueAdditions.h ├── XUIValueAdditions.m ├── XUIView.h ├── XUIView.m ├── XUIViewAdditions.h └── XUIViewAdditions.m └── XUIKit.xcodeproj └── project.pbxproj /Config/Combined/XUIKit_Mac_Debug.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iccir/XUIKit/HEAD/Config/Combined/XUIKit_Mac_Debug.xcconfig -------------------------------------------------------------------------------- /Config/Combined/XUIKit_Mac_Profile.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iccir/XUIKit/HEAD/Config/Combined/XUIKit_Mac_Profile.xcconfig -------------------------------------------------------------------------------- /Config/Combined/XUIKit_Mac_Release.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iccir/XUIKit/HEAD/Config/Combined/XUIKit_Mac_Release.xcconfig -------------------------------------------------------------------------------- /Config/XUIKit_Base.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iccir/XUIKit/HEAD/Config/XUIKit_Base.xcconfig -------------------------------------------------------------------------------- /Config/XUIKit_Debug.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iccir/XUIKit/HEAD/Config/XUIKit_Debug.xcconfig -------------------------------------------------------------------------------- /Config/XUIKit_Mac.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iccir/XUIKit/HEAD/Config/XUIKit_Mac.xcconfig -------------------------------------------------------------------------------- /Config/XUIKit_Profile.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iccir/XUIKit/HEAD/Config/XUIKit_Profile.xcconfig -------------------------------------------------------------------------------- /Config/XUIKit_Release.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iccir/XUIKit/HEAD/Config/XUIKit_Release.xcconfig -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iccir/XUIKit/HEAD/README.md -------------------------------------------------------------------------------- /Resources/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iccir/XUIKit/HEAD/Resources/Info.plist -------------------------------------------------------------------------------- /Source/XUIBase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iccir/XUIKit/HEAD/Source/XUIBase.h -------------------------------------------------------------------------------- /Source/XUIBase.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iccir/XUIKit/HEAD/Source/XUIBase.m -------------------------------------------------------------------------------- /Source/XUIBezierPathAdditions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iccir/XUIKit/HEAD/Source/XUIBezierPathAdditions.h -------------------------------------------------------------------------------- /Source/XUIBezierPathAdditions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iccir/XUIKit/HEAD/Source/XUIBezierPathAdditions.m -------------------------------------------------------------------------------- /Source/XUIColorAdditions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iccir/XUIKit/HEAD/Source/XUIColorAdditions.h -------------------------------------------------------------------------------- /Source/XUIColorAdditions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iccir/XUIKit/HEAD/Source/XUIColorAdditions.m -------------------------------------------------------------------------------- /Source/XUIFontAdditions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iccir/XUIKit/HEAD/Source/XUIFontAdditions.h -------------------------------------------------------------------------------- /Source/XUIFontAdditions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iccir/XUIKit/HEAD/Source/XUIFontAdditions.m -------------------------------------------------------------------------------- /Source/XUIGeometry.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iccir/XUIKit/HEAD/Source/XUIGeometry.h -------------------------------------------------------------------------------- /Source/XUIGeometry.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iccir/XUIKit/HEAD/Source/XUIGeometry.m -------------------------------------------------------------------------------- /Source/XUIGraphics.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iccir/XUIKit/HEAD/Source/XUIGraphics.h -------------------------------------------------------------------------------- /Source/XUIGraphics.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iccir/XUIKit/HEAD/Source/XUIGraphics.m -------------------------------------------------------------------------------- /Source/XUIImageAdditions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iccir/XUIKit/HEAD/Source/XUIImageAdditions.h -------------------------------------------------------------------------------- /Source/XUIImageAdditions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iccir/XUIKit/HEAD/Source/XUIImageAdditions.m -------------------------------------------------------------------------------- /Source/XUIIndexPathAdditions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iccir/XUIKit/HEAD/Source/XUIIndexPathAdditions.h -------------------------------------------------------------------------------- /Source/XUIIndexPathAdditions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iccir/XUIKit/HEAD/Source/XUIIndexPathAdditions.m -------------------------------------------------------------------------------- /Source/XUIKit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iccir/XUIKit/HEAD/Source/XUIKit.h -------------------------------------------------------------------------------- /Source/XUIKitPrefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iccir/XUIKit/HEAD/Source/XUIKitPrefix.pch -------------------------------------------------------------------------------- /Source/XUITypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iccir/XUIKit/HEAD/Source/XUITypes.h -------------------------------------------------------------------------------- /Source/XUIValueAdditions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iccir/XUIKit/HEAD/Source/XUIValueAdditions.h -------------------------------------------------------------------------------- /Source/XUIValueAdditions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iccir/XUIKit/HEAD/Source/XUIValueAdditions.m -------------------------------------------------------------------------------- /Source/XUIView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iccir/XUIKit/HEAD/Source/XUIView.h -------------------------------------------------------------------------------- /Source/XUIView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iccir/XUIKit/HEAD/Source/XUIView.m -------------------------------------------------------------------------------- /Source/XUIViewAdditions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iccir/XUIKit/HEAD/Source/XUIViewAdditions.h -------------------------------------------------------------------------------- /Source/XUIViewAdditions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iccir/XUIKit/HEAD/Source/XUIViewAdditions.m -------------------------------------------------------------------------------- /XUIKit.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iccir/XUIKit/HEAD/XUIKit.xcodeproj/project.pbxproj --------------------------------------------------------------------------------