Skip to content
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

Closed
ajaybeniwal opened this issue Dec 13, 2017 · 9 comments
Closed

Not Detecting TableViews #31

ajaybeniwal opened this issue Dec 13, 2017 · 9 comments
Assignees
Labels

Comments

@ajaybeniwal
Copy link

ajaybeniwal commented Dec 13, 2017

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

@chrsmys
Copy link
Contributor

chrsmys commented Dec 13, 2017

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!

@ajaybeniwal
Copy link
Author

5a1911c0-e370-4a6d-b20c-82ef1516a44d
It is showing like this not the actual measurements

@ajaybeniwal
Copy link
Author

I cannot share the project because it is an enterprise application

@chrsmys
Copy link
Contributor

chrsmys commented Dec 14, 2017

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:
http://developer.limneos.net/?ios=11.0&framework=UIKit.framework&header=_UINavigationControllerPaletteClippingView.h

@chrsmys
Copy link
Contributor

chrsmys commented Dec 14, 2017

@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.

@ajaybeniwal
Copy link
Author

iOS 11 I’m runnin

@chrsmys
Copy link
Contributor

chrsmys commented Jan 17, 2018

@ajaybeniwal As an update I have this fix in a pull request here #42

@chrsmys
Copy link
Contributor

chrsmys commented Jan 17, 2018

Should be in master soon.

@chrsmys chrsmys added the v1.0.2 label Jan 20, 2018
chrsmys added a commit that referenced this issue Jan 22, 2018
Blacklist certain views from selection. Reference #31
@chrsmys
Copy link
Contributor

chrsmys commented Jan 22, 2018

This issue should be fixed in v1.0.2. Please submit a new issue if it does not appear fixed. Thanks!

@chrsmys chrsmys closed this as completed Jan 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants