Skip to content

Instantly share code, notes, and snippets.

@crmitchelmore
Created January 15, 2014 10:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save crmitchelmore/8434227 to your computer and use it in GitHub Desktop.
Save crmitchelmore/8434227 to your computer and use it in GitHub Desktop.
irb(main):006:0> query("tableViewCell descendant view {text LIKE 'Stella Artois Bottle '}")
[
[0] {
"class" => "BPLabel",
"id" => nil,
"rect" => {
"center_x" => 178,
"y" => 80,
"width" => 244,
"x" => 56,
"center_y" => 89,
"height" => 18
},
"frame" => {
"y" => 6,
"width" => 244,
"x" => 10,
"height" => 18
},
"label" => "Stella Artois Bottle ",
"description" => "<BPLabel: 0xd5e4410; baseClass = UILabel; frame = (10 6; 244 18); text = 'Stella Artois Bottle '; clipsToBounds = YES; opaque = NO; autoresize = TM+BM; userInteractionEnabled = NO; layer = <CALayer: 0xd5e44b0>>"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment