All Projects → Frog-Frog → OTResizableView

Frog-Frog / OTResizableView

Licence: MIT license
OTResizableView is a UIView library that can be resized with fingers.

Programming Languages

swift
15916 projects
ruby
36898 projects - #4 most used programming language
objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to OTResizableView

Inappviewdebugger
A UIView debugger (like Reveal or Xcode) that can be embedded in an app for on-device view debugging
Stars: ✭ 1,805 (+3740.43%)
Mutual labels:  uiview, iphone, ipad
SwiftyJot
Use your finger to annotate images.
Stars: ✭ 14 (-70.21%)
Mutual labels:  iphone, ipad
Chipagecontrol
A set of cool animated page controls written in Swift to replace boring UIPageControl. Mady by @ChiliLabs - https://chililabs.io
Stars: ✭ 2,909 (+6089.36%)
Mutual labels:  iphone, ipad
Shukofukurou-iOS
The Ultimate Open Source AniList, Kitsu, and MyAnimeList Tracker for iOS/iPadOS written in Objective-C
Stars: ✭ 29 (-38.3%)
Mutual labels:  iphone, ipad
Customized-Popup
Customized popup provides you independency related to how you want to show a popup according to your UX.
Stars: ✭ 13 (-72.34%)
Mutual labels:  iphone, ipad
Ios
IRCCloud iOS App
Stars: ✭ 243 (+417.02%)
Mutual labels:  iphone, ipad
SignTools-CI
Sign iOS apps on demand using CI. Part of: https://github.com/SignTools/SignTools
Stars: ✭ 145 (+208.51%)
Mutual labels:  iphone, ipad
Meme-Maker-iOS
Meme Maker open source iOS app made in Swift.
Stars: ✭ 59 (+25.53%)
Mutual labels:  iphone, ipad
iPatch
Patch iPA Files With Dynamic Libraries
Stars: ✭ 29 (-38.3%)
Mutual labels:  iphone, ipad
YMTGetDeviceName
Get device name from model number
Stars: ✭ 27 (-42.55%)
Mutual labels:  iphone, ipad
Uicollectionviewsplitlayout
UICollectionViewSplitLayout makes collection view more responsive.
Stars: ✭ 226 (+380.85%)
Mutual labels:  iphone, ipad
TOFileSystemObserver
A bullet-proof mechanism for detecting any changes made to the contents of a folder in iOS and macOS.
Stars: ✭ 35 (-25.53%)
Mutual labels:  iphone, ipad
Stpopup
STPopup provides STPopupController, which works just like UINavigationController in popup style, for both iPhone and iPad. It's written in Objective-C and compatible with Swift.
Stars: ✭ 2,517 (+5255.32%)
Mutual labels:  iphone, ipad
NDILiteSenderPlugin
NDI™ send-only plugin for Unity macOS/iOS
Stars: ✭ 49 (+4.26%)
Mutual labels:  iphone, ipad
Ios
OwnTracks' iPhone App
Stars: ✭ 222 (+372.34%)
Mutual labels:  iphone, ipad
Hls Vod
HTTP Live Streaming with on-the-fly encoding of any video file for Web/Apple TV/iPhone/iPad/iPod
Stars: ✭ 221 (+370.21%)
Mutual labels:  iphone, ipad
Mcpicker Ios
McPicker is a customizable, closure driven UIPickerView drop-in solution with animations that is rotation ready.
Stars: ✭ 186 (+295.74%)
Mutual labels:  iphone, ipad
Stpopuppreview
An alternative peek preview for non 3D Touch devices. Inspired by Instagram.
Stars: ✭ 202 (+329.79%)
Mutual labels:  iphone, ipad
iOSShortcuts
A collection of shortcuts for the Shortcuts app.
Stars: ✭ 60 (+27.66%)
Mutual labels:  iphone, ipad
eve-of-impact
🌍☄️ Eve of Impact iOS game source code
Stars: ✭ 32 (-31.91%)
Mutual labels:  iphone, ipad

OTResizableView

Description

OTResizableView is a UIView library that can be resized with fingers.

Features

・Resize

・Keep aspect resize

・Move

・Change color

Demo

OTResizableVIewDemo.gif

Usage

import OTResizableView

let resizableView = OTResizableView(contentView: yourView)
resizableView.delegate = self;
        
// If you want to change resizableView colors, you can customize here.

view.addSubview(resizableView)

Install

CocoaPods

Add this to your Podfile.

pod 'OTResizableView'

Carthage

Add this to your Cartfile.

github "PKPK-Carnage/OTResizableView"

Help

If you want to support this framework, you can do these things.

  • Please let us know if you have any requests for me.

    I will do my best to live up to your expectations.

  • You can make contribute code, issues and pull requests.

    I promise to confirm them.

Licence

MIT

Author

PKPK-Carnage🦎

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].