Sadeq Bitarafan

Results 14 issues of Sadeq Bitarafan

Floaty padding Y is not working when set rtlMode property is true! Here is my code: ``` Floaty.global.rtlMode = true Floaty.global.button.paddingY = 55 Floaty.global.show() ```

با سلام قابلیت ویرایش عنوان باتم شیت ماه و سال اضافه شد به Configuration. * Example هم آپدیت شد

``` Spy 0x100d10000 + 150232 Spy 0x100d10000 + 150264 UIKitCore -[UIView(CALayerDelegate) layoutSublayersOfLayer:] QuartzCore CA::Layer::layout_if_needed(CA::Transaction*) UIKitCore -[UIView(Hierarchy) layoutBelowIfNeeded] Hero Hero.HeroTransition.start() -> () HeroTransition+Start.swift:121 Hero Hero.HeroTransition.animateTransition(using: __C.UIViewControllerContextTransitioning) -> () HeroTransition+UIViewControllerTransitioningDelegate.swift:64 Hero @objc...

confirmed bug

Before submitting issues ... - Make sure you are using XLActionController [latest release](https://github.com/xmartlabs/XLActionController/releases) or master branch version. - Make sure your Xcode version is the latest stable one. - Check...

Prepare documentation for MagicTimer class(Logic).

documentation
enhancement

Version: 2.0.3-beta2 (CocoaMQTT over websocket.) after subscribing to topics, CocoaMQTT disconnected with the below error: `CocoaMQTT.CocoaMQTTError.writeTimeout`

```swift public func write(_ data: Data, withTimeout timeout: TimeInterval, tag: Int) { internalQueue.async { let newWrite = WriteItem(tag: tag, timeout: (timeout > 0.0) ? .now() + timeout : .distantFuture) self.scheduledWrites.insert(newWrite)...

Crash on subscribe in MQTT over web socket. ```swift public func write(_ data: Data, withTimeout timeout: TimeInterval, tag: Int) { internalQueue.async { let newWrite = WriteItem(tag: tag, timeout: (timeout >...