Skip to content

Commit

Permalink
baseThemeColor README.md commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rakeshtatekonda committed Nov 1, 2017
1 parent 7417c43 commit f1ddc89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions ANAChat/Classes/Utilities/InputTextModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ class InputTextModel: NSObject {
var defaultText : String!
var placeHolder : String!

override init ()
{
override init (){
super.init()
}

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ Swift:
controller.baseAPIUrl = "#baseUrl"
controller.headerTitle = "Chatty"
controller.headerDescription = "(ANA Intelligence Agent)"
controller.baseThemeColor = UIColor.init(hexString: "#8cc8wc")
controller.baseThemeColor = UIColor.init(red: 0.549, green: 0.784, blue: 0.235, alpha: 1.0)
controller.headerLogoImageName = "chatty"
self.navigationController?.pushViewController(controller, animated: true)
Expand Down

0 comments on commit f1ddc89

Please sign in to comment.