Skip to content

Commit

Permalink
Merge pull request clayallsopp#164 from willrax/ios7ify-done-input-ac…
Browse files Browse the repository at this point in the history
…cessory

Remove black bar style.
  • Loading branch information
clayallsopp committed Oct 26, 2013
2 parents 73d8567 + 242261b commit 6d792f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/formotion/row_type/string_row.rb
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ def input_accessory_view(input_accessory)
@input_accessory ||= begin
tool_bar = UIToolbar.alloc.initWithFrame([[0, 0], [0, 44]])
tool_bar.autoresizingMask = UIViewAutoresizingFlexibleWidth
tool_bar.barStyle = UIBarStyleBlack
tool_bar.translucent = true

left_space = UIBarButtonItem.alloc.initWithBarButtonSystemItem(
Expand Down

0 comments on commit 6d792f5

Please sign in to comment.