Javal Nanda
Javal Nanda
Hi, I was trying to use this library and had few queries: 1. Does all the custom view in the hierarchy need to confirm to Inspectable to find the child...
Hi, while generating pdf from the html the footer always appears in the next page above header. I tried different page sizes but still the issue persists. Is there any...
Hi, I am adding refresh control as subview to table as follows self.refreshControl = [[ISRefreshControl alloc] initWithFrame:tableView.frame]; [refreshControl addTarget:self action:@selector(handleRefresh:) forControlEvents:UIControlEventValueChanged]; [tableView addSubview:refreshControl]; And, setting the attribute title as follows:...
How can we highlight the center tab in a TabView to show the tip on top of it?