Devarshi Kulshreshtha

Results 5 issues of Devarshi Kulshreshtha

In my app I am getting a long string from server which I am assigning to `valueLabel`, once assigned it is getting overlapped over other labels/ components in the cell,...

In my project I have configured SVProgressHud using below code: ``` SVProgressHUD.setDefaultStyle(SVProgressHUDStyle.Custom) SVProgressHUD.setDefaultMaskType(SVProgressHUDMaskType.Custom) SVProgressHUD.setBackgroundColor(UIColor.clearColor()) SVProgressHUD.setBackgroundLayerColor(UIColor(white: 0.0, alpha: 0.4)) SVProgressHUD.setForegroundColor(UIColor.whiteColor()) ``` And I am using it like this: ``` private func...

bug
waiting

I want to achieve something like this: 1. User swipes the top most view, either towards left or right 2. The swiped view is added to the bottom of view...

As per demo we can swipe through the cards but what if we want to hold a customize UI on each swipe view such as a form with textfields and...

Hey guys, we would like to integrate this library as Swift Package Manager. By looking at the repo it looks like currently it is not supported neither there is provision...