Xcode find not working for shuffle or search to top
Solution:
In Xcode search option called
Find -> Text -> containing
or
Find -> Text -> Matching
use containing option for better sub keyword results.
Containing will show you like if your keyword is "view" then it will find and show "viewcontroller" also.But matching only show the particular key.
In Xcode search option called
Find -> Text -> containing
or
Find -> Text -> Matching
use containing option for better sub keyword results.
Containing will show you like if your keyword is "view" then it will find and show "viewcontroller" also.But matching only show the particular key.
Comments
Post a Comment