1 days ago
GKPhotoBrowser

3.1.6版本发布

1、livePhoto加载优化,速度提升 2、增加liveTargetSize,加载相册livePhoto时支持自定义尺寸 3、增加自定义cover协议方法,可以更方便的自定义cover视图 4、修复isVideoReplay为NO时,视频不能重新播放的问题 #202 5、新增pushZoom显示方式,放大显示实际做的是push操作

1 days ago
Popups

4.0.1

What's Changed

Full Changelog: https://github.com/Mijick/Popups/compare/4.0.0...4.0.1

3 days ago
realm-cocoa

v10.54.2

Enhancements

  • Add prebuilt binaries for Xcode 16.2.

Compatibility

  • Realm Studio: 15.0.0 or later.
  • APIs are backwards compatible with all previous releases in the 10.x.y series.
  • Carthage release for Swift is built with Xcode 16.2.0.
  • CocoaPods: 1.10 or later.
  • Xcode: 15.3.0-16.2.
3 days ago
realm-swift

v10.54.2

Enhancements

  • Add prebuilt binaries for Xcode 16.2.

Compatibility

  • Realm Studio: 15.0.0 or later.
  • APIs are backwards compatible with all previous releases in the 10.x.y series.
  • Carthage release for Swift is built with Xcode 16.2.0.
  • CocoaPods: 1.10 or later.
  • Xcode: 15.3.0-16.2.
19 days ago
ZLPhotoBrowser

4.5.7

Add

  • Custom camera supports tap-to-record mode. #944 @tsinis
  • Custom camera supports wide-angle lenses on iOS 13 and above. #948 @tsinis
  • Custom camera allows adding a custom overlay view. #951 @tsinis
  • Video editing controller adds a callback block for canceling edits. #953 @tsinis
  • Added ZLImagePreviewControllerDelegate protocol to receive event callbacks in ZLImagePreviewController.
26 days ago
Alamofire

5.10.2

Released on 2024-11-249. All issues associated with this milestone can be found using this filter.

Fixed

  • Runtime crash when calling validate from a Swift 6-compiled target.
  • Swift 6.0 Package.swift deprecation warning.
2024-11-18 06:02:59
Popups

4.0.0

It's been a long journey!

We have just released the latest version of our library labelled as 4.0.0. The new number in front means that we unfortunately had to make some changes to the public API, for which we sincerely apologize. In the next section you will find migration tips to help you make the transition to the new version as painless as possible.

Migration Guide

  • Overall: We decided to keep the language consistency, so we renamed all attributes and methods containing the word Centre to Center
  • Overall: We renamed PopupManager to PopupStackand, respectively, PopupManagerID to PopupStackID
  • Popup Presentation: All the methods, i.e. present(), setCustomID(), setEnvironmentObject() and dismissAfter(), are now asynchronous. This was motivated by the concern that popups should be called from the main thread
  • Popup Dismissal: All the methods, i.e. dismissLastPopup(), dismissPopup(), dismissAllPopups(), are now asynchronous. This was motivated by the concern that popups should be dismissed from the main thread
2024-11-08 11:43:04
LNPopupController

v2.20.6

Layout improvements

2024-11-04 20:56:37
Popups
2024-11-04 20:21:20
Popups

3.0.1

What's Changed

Full Changelog: https://github.com/Mijick/Popups/compare/3.0.0...3.0.1