Skip to content

pablojotaguardiola/CodelessComponents-Swift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

    About

    iOS UI Components to use with no code at all.

    Resources

    License

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published

    Languages