search icon

This commit is contained in:
Michael Kirk 2019-03-22 12:11:01 -07:00
parent c37fb42c7a
commit ed6b461662
6 changed files with 24 additions and 2 deletions

View file

@ -0,0 +1,23 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "search-24@1x.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "search-24@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "search-24@3x.png",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 321 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 654 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 999 B

View file

@ -363,7 +363,7 @@ const CGFloat kIconViewLength = 24;
@"Table cell label in conversation settings which returns the user to the "
@"conversation with 'search mode' activated");
return
[weakSelf disclosureCellWithName:title iconName:@"actionsheet_camera_roll_black"];
[weakSelf disclosureCellWithName:title iconName:@"conversation_settings_search"];
}
actionBlock:^{
[weakSelf tappedConversationSearch];

View file

@ -62,7 +62,6 @@ public class OWSNavigationBar: UINavigationBar {
override public var next: UIResponder? {
if let stubbedNextResponder = self.stubbedNextResponder {
Logger.debug("returning stubbed responder")
return stubbedNextResponder
}