Results 18 comments of Hamza Öztürk

You should create your date object as below: ``` let date = message.delayedDeliveryDate ?? Date() ``` If a message that is sent to an offline entity and stored for later...

You can find it here: https://github.com/hamzaozturk/xmpp-messenger-ios/tree/swift3 If you want, i can also upgrade it to the swift 4.

> @hamzaozturk : Any update on swift 4 upgrade. Please provide if possible. https://github.com/hamzaozturk/xmpp-messenger-ios/tree/swift4

If you increase the spacing, then it will create extra space for the small heights. ![Simulator Screen Shot - iPhone 11 - 2020-07-19 at 20 20 46](https://user-images.githubusercontent.com/6054248/87880806-61075200-c9fd-11ea-82ed-33091f5b7fcc.png)

Hi thierryb, It is a bug related to AVPlayer. If you first initialize an AVPlayer with a local file, then you can not play any shoutcast stream. If you check...

You can find here: http://stackoverflow.com/questions/10104301/hls-streaming-video-url-need-for-testing I have solved this problem as explained below: If there is a transition from streaming content to local file or vice versa, I initialize the...

It still can not play the mixture of streaming and file-based media. If you think it is the solution what changed on ios9, it does not support for ios7 and...

If you want to create a video without audio, you need to specify video duration, and send empty array to the andAudios parameter. ``` VideoGenerator.videoDurationInSeconds = 10 VideoGenerator.current.generate(withImages: [image1, image2,...],...

I have checked Example project and it also gives same warning. ``` Example[32232:602841] [View] First responder warning: rejected resignFirstResponder when being removed from hierarchy ``` It also gives the same...

The library supports Xcode 11 and iOS 13 now.