Skip to content

Releases: Hacknocraft/AppFriendsUI

AppFriendsUI release

17 Feb 18:34
Compare
Choose a tag to compare

Setting BUILD_LIBRARY_FOR_DISTRIBUTION = YES
Fixed some UI bugs.

3.5.3

12 Jan 14:57
Compare
Choose a tag to compare

Swift5.1.3 version

3.5.2

08 Jan 03:26
Compare
Choose a tag to compare

Build with Xcode11.2 and swift5

AppFriendsUI release

17 Apr 02:25
Compare
Choose a tag to compare

updated to swift 5

** please add pod 'AlamofireImage', :git => 'https://github.com/Alamofire/AlamofireImage.git' for now in your Podfile to avoid some dependency error for now. It should be fixed soon.

To install via cocoapod:

pod 'AppFriendsCore', '~> 2.3.0'
pod 'AppFriendsUI', '~> 2.4.0'
pod 'AlamofireImage', :git => 'https://github.com/Alamofire/AlamofireImage.git'

If you have transitive dependency issue
Please try update cocoapods to 1.6.0+, or add this workaround in the Podfile

    pre_install do |installer|
        # workaround for https://github.com/CocoaPods/CocoaPods/issues/3289
        Pod::Installer::Xcode::TargetValidator.send(:define_method, :verify_no_static_framework_transitive_dependencies) {}
    end

AppFriendsUI release

08 Feb 04:42
Compare
Choose a tag to compare

support xcode 10.1 and swift 4.2.1

AppFriendsUI release

02 Dec 06:17
Compare
Choose a tag to compare

release 2.3.8

AppFriendsUI release

02 Dec 05:13
Compare
Choose a tag to compare

latest release

AppFriendsUI release

18 Sep 03:39
Compare
Choose a tag to compare

swift4.2 and xcode 10 official release

AppFriendsUI release

24 Jun 04:14
Compare
Choose a tag to compare

xcode10 beta release, swift4.1.5

AppFriendsUI release

05 Apr 16:09
Compare
Choose a tag to compare

Added public interface to create AFDialog