#
uiimage
Here are 75 public repositories matching this topic...
A view controller for iOS that allows users to crop portions of UIImage objects
swift
ios
image
view
cocoapods
podfile
image-processing
crop
uiimage
cropper
viewcontroller
crop-image
cropping
-
Updated
Jun 11, 2020 - Objective-C
aj-bartocci
commented
Feb 15, 2020
It looks like your pod spec wasn't pushed to the Specs repo. The latest in the Specs repo is still 2.1.0.
https://github.com/CocoaPods/Specs/search?q=uiimagecolors&type=Commits
https://cocoapods.org/pods/UIImageColors
A set of efficient categories for UIImage class. It allows filtering, resizing, masking, rotating, enhancing... and more.
-
Updated
Dec 6, 2018 - Objective-C
Convert UIImage to ASCII art
-
Updated
Apr 24, 2015 - Objective-C
Swift port of Apple UIImage+UIImageEffecs category.
swift
swift-library
ios
swift-extensions
uikit
effects
image-processing
uiimage
uiimageeffects
blur
tint
quartz
swift-port
-
Updated
Nov 29, 2017 - Swift
Get autocompleted resources like images, localized strings and storyboards in ObjC projects
ios
autocomplete
localization
code-generator
objective-c
xcode
tvos
uistoryboard
uiimage
objc
autocompleted-resources
autocompleted-images
-
Updated
May 24, 2019 - Objective-C
SKArchCutter是一个可自选切割角的圆角切割工具,同时支持UIView、UIImageView、UIButton和UILabel的单角切圆/选角拱形切圆/全角切圆,并且避免了UIImageView使用系统圆角所导致的离屏渲染的问题,以及确保layer对象的masksToBounds属性始终为NO,从而使得项目中大量使用圆角时的性能得到很大程度的优化, 最重要的是使用简单、方便。
-
Updated
Aug 23, 2019 - Objective-C
Simple Image cropper for UIImagePickerController with customisable aspect ratio. Made purely with Swift!
-
Updated
Mar 16, 2020 - Swift
Light-weight Onboard/Walkthrough UIView/UIImage representer ⏪ & ⏩ ⏫ & ⏬
-
Updated
Oct 18, 2019 - Swift
Asynchronous Image Loading from URL in SwiftUI
-
Updated
Apr 2, 2020 - Swift
Swift Drawing Application Sample
-
Updated
Sep 22, 2018 - Swift
SKArchCutter-Swift是一个基于 Swift 的可自选切割角的圆角切割工具,同时支持UIView、UIImageView、UIButton和UILabel的单角切圆/选角拱形切圆/全角切圆,并且避免了UIImageView使用系统圆角所导致的离屏渲染的问题,以及确保layer对象的masksToBounds属性始终为NO,从而使得项目中大量使用圆角时的性能得到很大程度的优化, 最重要的是使用简单、方便。
-
Updated
Jan 31, 2019 - Swift
BasThomas
commented
Apr 2, 2019
We should set the popoverPresentationController's sourceView and sourceRect to prevent it form crashing on larger devices.
Make circle image profile, add border for UIView, TextField, UIImageView and UIButton on storyboard or by code.
-
Updated
Mar 4, 2018 - Swift
ImageZoomViewer is a simple to use Objective C framework that allows the capability of viewing images with zoom-in zoom-out functionality.
-
Updated
Oct 31, 2017 - Objective-C
Leon is swift library to show and slid images with more gesture
swift
ios
image
cocoapods
imageview
uiimage
gesture
ios-app
swift-framework
frame
ios-ui
leon
imageslider
imageurl
leonimages
-
Updated
Apr 4, 2020 - Swift
Chop an image to as many quadrants as you like at compile time. Great for dynamic content, suitable for games and image processing. Image matrix
-
Updated
Nov 6, 2016 - Swift
A customisable smart photoviewer of your photos!!!
-
Updated
Nov 11, 2018 - Swift
Improve this page
Add a description, image, and links to the uiimage topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the uiimage topic, visit your repo's landing page and select "manage topics."
Hello!
I was reading this post: SwiftGen/SwiftGen#228
Seems like one of the user was able to generate .imagestack from the Asset.assets. However when I tried it was only able to generate .imageset files.
Maybe I am missing something? My script is the same as the example one on Github for Assets.
Or is this not supported anymore?
Thanks!