brbgyn

Results 4 issues of brbgyn

Hi, I managed to open a specific view of my app using push and the frostedViewController works great. Code in the tableViewController: ``` viewController = [[ChatViewChat alloc]init]; MenuNavigationController *navigationController =...

I want the user to select a row, and it stays selected, for better visualisation... Thank you

Hi, i implemented the auto-heigh for rows and sub-rows. Hope to see it on project and help other developers. Code: ``` - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath { ... cell.textLabel.numberOfLines...

I have a big text and don't want to reduce the font.