Skip to content

Fix iOS Version issue

Latest
Compare
Choose a tag to compare
@cemtelliagaoglu cemtelliagaoglu released this 05 Aug 20:35

Fixed issue caused from async/await availability by iOS versions

  • Added CTCoreDataManagable protocol
  • Allowed async methods if iOS version is greater than 13
  • Updated access levels of CRUD methods to public