In our application we are using UITableView for data population and that TableView cell contains a button. When we are enabling full keyboard access that time only TableView cell is focusing not the button. We need to focus on cell and button differently.
Accessibility full keyboard access issue.
Again, we can't really see what the issue is if you don't post any code.