AZDialogViewController icon indicating copy to clipboard operation
AZDialogViewController copied to clipboard

A highly customizable alert dialog controller that mimics Snapchat's alert dialog.

Results 2 AZDialogViewController issues
Sort by recently updated
recently updated
newest added

Hi, In setupToolItems(), would you consider to set leftToolItem.heightAnchor.constraint in as the same as rightToolItem.heightAnchor.constraint? Original: if leftToolStyle?(leftToolItem) ?? false{ baseView.addSubview(leftToolItem) leftToolItem.topAnchor.constraint(equalTo: baseView.topAnchor, constant: spacing*2).isActive = true leftToolItem.leftAnchor.constraint(equalTo: baseView.leftAnchor,constant: spacing*2).isActive...