Matteo Gavagnin

Results 16 comments of Matteo Gavagnin

I've added support for Xcode 10.1 and Swift 4.2 in the #3 PR

This is now possible thanks to [Conditional Conformance](https://github.com/apple/swift-evolution/blob/master/proposals/0143-conditional-conformances.md) on Swift 4.2.

Fixed the iOS AppDelegate launch method to restore CloudKit push notification registration.

I'm sending gifs using the `send_document` endpoint instead of `send_photo` ``` bot.api.send_document( chat_id: chat_id, document: Faraday::UploadIO.new(file, 'image/gif') ) ```

Using the `LiveView.swift` file seems the [only way](https://developer.apple.com/library/content/documentation/Xcode/Conceptual/swift_playgrounds_doc_format/index.html#//apple_ref/doc/uid/TP40017343-CH47-SW4) to have the code rendered immediately when the page is opened: > An optional file used to specify an always-on live view....

In the meantime I've implemented the aforementioned solution. I've started from #34 as suggested, so before posting the pull-request it would make sense to merge the other one. I still...

My proposed implementation was intended let you have a working playground both on macOS and iOS. However it would be only a partial solution as if you want leverage the...

Hello, that is caused by the number of tabs you add: we simply mirror the tabs present in the original `UITabBar`. On iPad no more than 7 tabs are show...