ios2016. 6. 5. 15:36

stringByAddingPercentEscapesUsingEncoding:NSUTF8StringEncoding


이 부분이 ios9.0 에서 warning이다..


stringByAddingPercentEncodingWithAllowedCharacters:[NSCharacterSet URLFragmentAllowedCharacterSet]


이렇게 수정하면 된다.

'ios' 카테고리의 다른 글

daummap(다음맵) iOS 현위치 안될때..  (0) 2016.03.03
apns xampp( php ) 연동해서 구축하기  (0) 2015.01.26
mac에서 사용할수 있는 UML 툴  (0) 2012.11.25
APXML 사용법  (0) 2012.11.22
nib but the view outlet was not set.  (0) 2012.10.31
Posted by NeverTry