All Versions
33
Latest Version
Avg Release Cycle
65 days
Latest Release
870 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v18.0.1
December 24, 2018 -
v18.0.0 Changes
December 24, 2018- ➕ Added
passTouchesToSuperview
setting to prevent passing touches to superview (yuravake).
- ➕ Added
-
v17.0.0 Changes
September 19, 2018- ⚡️ Updated for Swift 4.2 and Xcode 10.0 (chlumik).
-
v16.0.0 Changes
May 12, 2018- ➕ Added ability to customize the Cosmos view from the interface builder with Carthage setup method (jsahoo).
-
v15.0.0 Changes
February 16, 2018- ➕ Added
prepareForReuse
function to help recycle Cosmos views in table cells.
- ➕ Added
-
v14.0.0 Changes
January 31, 2018- ➕ Added ability to reuse settings in multiple cosmos views.
-
v13.0.0 Changes
December 18, 2017- Call
didFinishTouchingCosmos
when touches are canceled (this can happen if user scrolls Cosmos in a scroll view).
- Call
-
v12.0.0 Changes
September 23, 2017- ⚡️ Update for Swift 4.0 and Xcode 9.0.
-
v11.0.0 Changes
July 14, 2017- ➕ Added ability to specify images for the stars.
-
v10.0.0 Changes
June 07, 2017- Automatically resize the frame of the CosmosView to include the starts when it is used without Auto Layout. Thanks to paoloq for reporting the issue and suggesting a solution.