Skip to content

Commit

Permalink
Fix UITextFieldBuilder inherits from UIViewBuilder instead of UIContr…
Browse files Browse the repository at this point in the history
…olBuilder
  • Loading branch information
seanhotw committed Jan 21, 2013
1 parent bf7bfdd commit 9ab015b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/simple_view/builders/ui_text_field_builder.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module SimpleView
module Builders
class UITextFieldBuilder < UIViewBuilder
class UITextFieldBuilder < UIControlBuilder
include SimpleView::Builders::HasFont
include SimpleView::Builders::HasTextColor
end
Expand Down

0 comments on commit 9ab015b

Please sign in to comment.