yasinbor
Results
1
issues of
yasinbor
Hi, i need to change grid view's navigation title. I have tried: ``` self.title = "NewTitle" self.navigationController.title = "NewTitle" ``` But these don't work. Any suggestions?