-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not Detecting TableViews #31
Comments
Hey Ajay, welcome and thanks for submitting an issue. TableViews should work correctly, which leads me to believe we might have a bug in our view selection logic. If you press and hold on the TableViewCell while in the measurements tool or attributes inspector, after about 2 seconds a popover should appear with a list of views that are underneath your finger. Can you tell me if the tableviewcells or any of it’s sub views show up in that list? Also, if you can provide me with a project where you can reproduce this issue, I would be happy to take a look! |
I cannot share the project because it is an enterprise application |
It looks like a view of type _UINavigationControllerPaletteClippingView is blocking your ViewController. I did some research and this looks like an iOS 11 specific view. Until I can get a fix out my current recommendation is to use that menu to select views (if you tap on a cell, it will select the view associated with it). I am projecting to have a fix out this weekend. Thanks for reporting this! More Info Here: |
@ajaybeniwal Can you tell me what iOS version you are running and whether it is an issue on simulator and device? I'm trying to pinpoint why this would be happening. |
iOS 11 I’m runnin |
@ajaybeniwal As an update I have this fix in a pull request here #42 |
Should be in master soon. |
Blacklist certain views from selection. Reference #31
This issue should be fixed in v1.0.2. Please submit a new issue if it does not appear fixed. Thanks! |
I have added Hyperion and mentioned three plugins to the app and I can see all the three plugins when i shake the phone , I am able to measure and inspect everything outside of UItableview like Navigation bar etc but I am not able to inspect anything inside UITableView, on which ever row I clicks is shows attributes for table view instead of cells. Is there any setting required to make table view work
The text was updated successfully, but these errors were encountered: