XLActionController v2.1.0 Release Notes

Release Date: 2016-09-08 // over 7 years ago
    • 💥 Breaking change : actionTitleLabelConstraintToContainer and actionTitleLabelConstraintToImageView were removed from ActionCell class. You must delete these outlets from your xib files, PR #23.
    • 💥 Breaking change : actions' handlers are now executed after the action controller was completely dismissed, PR #22.
    • 🛠 Fixed duplicated execution of actions, PR #22.