Skip to content
This repository has been archived by the owner on Aug 7, 2020. It is now read-only.
/ RFSegue Public archive
forked from RFUI/RFSegue

Latest commit

 

History

History
35 lines (29 loc) · 870 Bytes

Change.md

File metadata and controls

35 lines (29 loc) · 870 Bytes

RFSegue Change Log

2.3

  • New RFPresentSegue.
  • RFSegue won't send delegate notice between RFPerform automatically. You should call noticeDelegateWillPerform and noticeDelegateDidPerformed manually.
  • Make sure RFSegueDidPerform and RFSegueDidAppear always called after the destinationViewController receive viewDidAppear.
  • Remove RFSeguePopButton and RFSegueDismissModalButton's masterViewController property.

2.2

  • IBOutlet no longer needs for RFSegueDismissModalButton and RFSeguePopButton.
  • Minor changes.

2.1

  • New RFContainedSegue.

2.0

  • Rewrite confused segue delegate.
  • Add shouldPerform method to integrate logical judgment.

1.1

  • New delegate header file.
  • New RFSegueReturnDelegate for return buttons.
  • Move return buttons to a folder.
  • Add LICENSE file.
  • Add introduction document.

1.0

init