・UIViewのautoSizing

hoge.autoresizingMask = UIViewAutoresizingFlexibleHeight | UIViewAutoresizingFlexibleWidth;

・文字列の置換

[hoge stringByReplacingOccurrencesOfString:@”検索する文字列” withString:@”置き換える文字列”];