Vitalii Gozhenko

Results 5 comments of Vitalii Gozhenko

Sorry for long delay. Created link at CBL repository: https://github.com/couchbase/couchbase-lite-ios/issues/1006

parentViewController Prior to iOS 5.0, if a view did not have a parent view controller and was being presented modally, the view controller that was presenting it would be returned....

to all: better way now is use new version of ShareKit: https://github.com/ShareKit/ShareKit Where added iOS5 support, Twitter framework in iOS5 and many other improvements and bug fixed

The problem is that `swiftymocky` is a command-line tool for Mac, you need to specify `SwiftyMocky` (which is a framework). And it is required to explicitly specify in Package.swift: ```...