Sandeep Aggarwal

Results 4 issues of Sandeep Aggarwal

This will fix the following issues: https://github.com/yoavlt/LiquidFloatingActionButton/issues/98 https://github.com/yoavlt/LiquidFloatingActionButton/issues/48 https://github.com/yoavlt/LiquidFloatingActionButton/issues/46

**OnAuthChange** block is not getting called in case of notification permission ` PermissionScope* permissionScope = [PermissionScope new]; switch ([permissionScope statusNotifications]) { case PermissionStatusAuthorized: if (authorizedBlock) { authorizedBlock(); } return; case...

The Serialization is being done on main queue instead of background queue which is causing the app to become unresponsive in case of large amount of data in request/response. Is...

When used UITableView as the next view for Swipeable view, the sweep doesn't work smoothly. Is there any other way to use this library for TableViews?