Compiled Chronicles

An archive of software development blog by Angelo Villegas

Month: February 2013

  • iOS: AVPickerDimView

    AVPickerDimView is a simple class combination of UIView, UIActionSheet, and UIPickerView. Installation There are 3 ways to download and import the files to your project: Download: After downloading and importing the files to your project folder, your next step is setting it up: Xcode: Usage Object initialisation: Checking if AVPickerDimView is present: Showing and Hiding…