Hamza Öztürk
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. 
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.