24 skills found
liufengting / FTPopOverMenuFTPopOverMenu is a pop over menu for iOS which is maybe the easiest one to use. Supports both portrait and landscape. It can show from any UIView, any UIBarButtonItem and any CGRect.
liufengting / FTPopOverMenu SwiftFTPopOverMenu_Swift, swift version of FTPopOverMenu. FTPopOverMenu is a pop over menu for iOS which is maybe the easiest one to use. Supports both portrait and landscape. It can show from any UIView, any UIBarButtonItem and any CGRect.
FlineDev / HandyUIKitHandy UI features that should have been part of UIKit in the first place.
nschum / SwiftCGRectExtensionsA collection of CGRect, CGPoint and CGSize convenience functions for Swift
artman / GeometryUIView and CGRect extension that adds properties to manipulate them efficiently
lukescott / TimelineViewTimelineView functions like a UITableView, but allows you to position cells anywhere using a custom frame (CGRect). This allows you to have irregular spacing, overlapping cells, etc...
mvx24 / CGRectPositioningHeader file with macros for doing relative CGRect layouts in code.
soffes / SAMContentModeUIContentMode & CGRect Maths
chendo / Drawrectdrawrect is a CLI debugging OS X tool that draws NS/CGRects on screen
soonin / IOS Swift VisionFaceDetectionLearn the easy way to Create Face Detection in effect Project to detect face and details like eye , eyebrow , nose , lips and etc.. with different cool UI in Xcode by Swift Program (Vision, VNDetectFaceLandmarksRequest ) You will be using Vision, VNDetectFaceLandmarksRequest, UIImagePickerControllerDelegate, UINavigationControllerDelegate, UIImagePickerController, delegateUIAlertController, UIImagePickerController , addAction , UIAlertAction, present, sourceType , UIDevice, popoverPresentationController, dismiss, performSegue, UIStoryboardSegue, prepare, segue , segue.identifier, segue.destination, VNImageRequestHandler, CGImagePropertyOrientation , perform, VNRequest, VNFaceObservation, VNFaceObservation, UIGraphicsBeginImageContextWithOptions, .draw, UIGraphicsGetCurrentContext, CGRect, boundingBox, .boundingBox.size.width, .boundingBox.size.height, .boundingBox.origin.x, .boundingBox.origin.y, saveGState, setStrokeColor, drawPath, .landmarks, faceContour, .pointCount, .normalizedPoints, .normalizedPoints[], outerLips, innerLips , leftEye, rightEye, leftPupil, rightPupil, leftEyebrow, rightEyebrow, nose, noseCrest, medianLine, UIGraphicsGetImageFromCurrentImageContext, UIGraphicsEndImageContext and understand How to handle performSegue .
ReoHokazono / TrueScaleMake CGRect, CGSize, CGPoint from [mm], [cm] and [inch].
buba447 / UIToolBoxThe missing UIKit Toolbox. Easy to use extensions for UI, Layout and Animation.
martin-magakian / CGRect UtilsCGRect Util are some helper for CGRect manipulation and UIView frame manipulation
gvkhna / DLogAn insanely useful debug logging class for iOS and OS X. Ex: [DLog CGRect:frame]; DLogCGRect(frame);
ollieatkinson / NamedPointGiving names to CGPoint values in CGRect
amhatami / IOS Swift VisionFaceDetectionLearn the easy way to Create Face Detection in effect Project to detect face and details like eye , eyebrow , nose , lips and etc.. with different cool UI in Xcode by Swift Program (Vision, VNDetectFaceLandmarksRequest ) You will be using Vision, VNDetectFaceLandmarksRequest, UIImagePickerControllerDelegate, UINavigationControllerDelegate, UIImagePickerController, delegateUIAlertController, UIImagePickerController , addAction , UIAlertAction, present, sourceType , UIDevice, popoverPresentationController, dismiss, performSegue, UIStoryboardSegue, prepare, segue , segue.identifier, segue.destination, VNImageRequestHandler, CGImagePropertyOrientation , perform, VNRequest, VNFaceObservation, VNFaceObservation, UIGraphicsBeginImageContextWithOptions, .draw, UIGraphicsGetCurrentContext, CGRect, boundingBox, .boundingBox.size.width, .boundingBox.size.height, .boundingBox.origin.x, .boundingBox.origin.y, saveGState, setStrokeColor, drawPath, .landmarks, faceContour, .pointCount, .normalizedPoints, .normalizedPoints[], outerLips, innerLips , leftEye, rightEye, leftPupil, rightPupil, leftEyebrow, rightEyebrow, nose, noseCrest, medianLine, UIGraphicsGetImageFromCurrentImageContext, UIGraphicsEndImageContext and understand How to handle performSegue .
AndreasVerhoeven / GeometryHelpersiOS CGSize, CGPoint, CGRect, CGFloat helpers
leavez / Literalconvenient initializers for CGPoint and etc..
ChocoChipset / DispositionDisposition is a set of functions to modify the attributes of a CGRect structure in an easier way.
materik / Cocoapod DimensionExtensions for UIKit objects for easier access of frame properties. Also useful extensions of CGPoint, CGSize, CGRect and UIEdgeInsets.