Skip to content

octo-technology/AppResizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AppResizer

Check if your app is responsive.

Description

AppResizer allows you to change the width of the main window, thereby checking if your app renders correctly on all devices.

This tool will also help you to test if you are ready to activate the multitasking on your app.

Demo

Demo

To run the example project, clone the repo, and run pod install from the Example directory first. You can also use the cocoapods try command:

pod try "AppResizer"

Installation

AppResizer is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "AppResizer"

Usage

AppResizer.sharedInstance.enable(mainWindow)

Changelog


0.1.1

  • Added vertical slider

0.1.0

Author

Ahmed Mseddi, amseddi@octo.com

License

AppResizer is available under the MIT license. See the LICENSE file for more info.