Sha256: c2bd92583bcb05e5820b8c83332da1b7e6bf80ce2385b27e572295e45efb7b98
Contents?: true
Size: 287 Bytes
Versions: 48
Compression:
Stored size: 287 Bytes
Contents
# Search bar with background and no padding class MPSearchBarCustom < UISearchBar def layoutSubviews super text_field = subviews.objectAtIndex(0).subviews.detect do |view| view.is_a?(UISearchBarTextField) end text_field.frame = CGRectMake(0, 0, 320, 44) end end
Version data entries
48 entries across 48 versions & 1 rubygems