Skip to content

Releases: urbn/URBNSwiftAlert

Return button action handler

08 Oct 18:22
ce3e768

Choose a tag to compare

Merge pull request #22 from urbn/UIOS-1785

Uios 1785 - Keyboard Return button handler

Bug Fix / Animation Improvements

08 Aug 14:59
3b3ce22

Choose a tag to compare

  • fixed bug w/ keyboard / presentation animation conflicts
  • updated visibility animation to use property animators

Handling keyboard frame size change

13 Jun 16:18
2abd59b

Choose a tag to compare

Specifically to support switch between different chinese keyboard

Added removeAllAlerts helper

17 May 18:10
192d6f1

Choose a tag to compare

Merge pull request #18 from urbn/DismissAllAlerts

Dismiss all alerts helper

Buttons Title's Shrink to Fit Width

29 Mar 13:12

Choose a tag to compare

add shrink to fit width to button title labels
add minimum scale size for button title labels

Refactor Title and Label Layout

06 Feb 16:53
35bd095

Choose a tag to compare

  • using the embed methods for adding UI
  • alert titles can now be any number of lines
  • refactor how horizontalMargin is applied - using leading and trailing anchors

added accessibilityIDs

09 Jan 18:22
9e24326

Choose a tag to compare

Merge pull request #13 from urbn/accessIDs

accessibilityIdentifiers for Mobile QA team

Fix Alert Message Width and Height Constraints

03 Jan 15:12
54b13ec

Choose a tag to compare

  • the message text view was not being sized correctly, resulting in text becoming scrollable when it should be static

implemented textField edgeInsets

30 Nov 02:27
12433d7

Choose a tag to compare

Merge pull request #11 from urbn/TextFieldEdgeInsets

AlertStyler.textField.edgeInsets was being ignored

AlertStyler Public Init

24 Nov 15:13

Choose a tag to compare

  • AlertStyler inits now public so WhiteLabel Clients can access and style their own alerts.