• Stars
    star
    105
  • Rank 328,196 (Top 7 %)
  • Language
    Swift
  • License
    MIT License
  • Created over 8 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

iOS UI Components to use with no code at all.

Codeless Tools

Add components to your proyect without write any code:

  • Video from URL
  • Video from local path
  • Image from URL
  • WebView from URL
  • MapView from Latitude and Longitude
  • Customizable ImageView
  • More components soon...
  • Installation

    1- Add "Tools" folder to your proyect.
    2- Follow the instructions below, to add each element.

    *IMPORTANT: You've got to use "https" protocol. To use "http" links, add the field below to "info.plist" file:

    Alt text


    Video from URL

    1- Drag and drop a ImageView to your Storyboard.
    2- Asign VideoFromURL.swift as ImageView class in "Identity inspector" tab.
    3- Set Url, and video settings in "Attributes Inspector" tab.
    4- In the same tab, you optionally can add a image as Thumb. In "Image View" section.
    5- Build!

    Alt text


    Video from local

    1- Drag and drop a ImageView to your Storyboard.
    2- Asign VideoFromLocal.swift as ImageView class in "Identity inspector" tab.
    3- Set Video's name, extension and settings in "Attributes Inspector" tab.
    4- In the same tab, you optionally can add a image as Thumb. In "Image View" section.
    5- Select your Project root > your Target > Build Phases > Copy Bundle Resources. If your video is not listed in this list you should add it using the plus button. 6- Build!

    Alt text


    Image from URL

    1- Drag and drop a ImageView to your Storyboard.
    2- Asign ImageFromURL.swift as ImageView class in "Identity inspector" tab.
    3- Set Url in "Attributes Inspector" tab.
    4- Build!

    Alt text


    WebView from URL

    1- Drag and drop a WebView to your Storyboard.
    2- Asign WebViewFromURL.swift as UIWebView class in "Identity inspector" tab.
    3- Set Url in "Attributes Inspector" tab.
    4- Build!

    Alt text


    MapView from Latitude and Longitude

    1- Drag and drop a MapView to your Storyboard.
    2- Asign MapViewFromLatLong.swift as MKMapView class in "Identity inspector" tab.
    3- Set Latitude, longitude and the radius of the region in Km, in "Attributes Inspector" tab.
    4- Build!

    Alt text


    Customizable ImageView

    1- Drag and drop a ImageView to your Storyboard.
    2- Asign CustomizableImage.swift as ImageView class in "Identity inspector" tab.
    3- Configure the ImageView, in "Attributes Inspector" tab.
    4- Build!

    Alt text