Skip to content

Tags: Minitour/AZDialogViewController

Tags

1.3.8

Toggle 1.3.8's commit message
bumped version

1.3.7

Toggle 1.3.7's commit message
Fixed bug unwrap optional nil

1.3.6

Toggle 1.3.6's commit message
fixed small bug

1.3.5

Toggle 1.3.5's commit message
Added access modifier

1.3.4

Toggle 1.3.4's commit message
Release 1.3.4

- Added applyAnimatedTranslation function which allows you to apply simulated dragging. This can be used when simulating a scroll.
- Exposed the UIPanGestureRecognizer object of the main frame allow delegation control externally.

1.3.3

Toggle 1.3.3's commit message
Release 1.3.3

- Added sections: Sections are additional custom views which are trailing to the dialog. You can now add a section using the `section` function. To remove a section use `removeSection`.

1.3.2

Toggle 1.3.2's commit message
Release 1.3.2

- Added completion block when dialog appears.
- Made widthRatio a instance property instead of a global variable.

1.3.1

Toggle 1.3.1's commit message
Added better iPad/iPhone support + removed constants

- Grouped all constants into a configurable struct.
- Added better support iPhones and iPads.
- Fixed bug where if dialog is presented in a navigation controller the fonts appear small.

1.3.0

Toggle 1.3.0's commit message
Added swift 4.2 and Objective-C support with version 1.3.0

1.2.1

Toggle 1.2.1's commit message
Updated podspec