mrhaxic
mrhaxic
Hi, is it possible to increase or custom image size of the button ?
Hello, When we have `navigationController?.navigationBar.isTranslucent = false` The keyboard is shown over the textView, textView does not appear for the user to type Any hint for that? Thanks
Hello, Is there any chance to add a beauty failure icon, texts, feature ..etc. to display over the cell in case of failure sending the message to the backend, server-side....
Hi, I would like to thank you first of this nice library, is it possible to add horizontal scroll between segments ? I mean changing the page not only by...
Hi, I added crt file into bundles and used this code ``` NSString *certPath = [[NSBundle bundleForClass:[self class]] pathForResource:@"PushCrt" ofType:@"crt"]; NSData *certData = [NSData dataWithContentsOfFile:certPath]; [XMCenter addSSLPinningCert:certData]; [XMCenter addSSLPinningURL:@"https://*****.net"]; [XMCenter...
Hey, If you are trying to use `navBarBackgroundAlpha = 0` but giving white background and you want to use imageView example your have to use `navigationController?.navigationBar.isTranslucent = true` Thanks
Hello brother, Long time, hope you are doing well I got this error, I am trying to catch the issue but with no result, do you have any idea? >...
Hi Again, Hope you are doing well. is it possible to reload the segments for example in the initial you set 3 segments and you did some actions you need...
Hello, Thanks for the awesome library. I thought if there is a solution to hide the controller by swiping down/up it would be more helpful for the user experience. Is...
Hello, I used the library for tableView but I didn't get the expected result screenshot for your reference. In addition, after server-response the tableView is displaying the cells properly and...