Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私の問題は、いくつかの画像名を入れて配列する必要があることですが、これらの画像名は拡張子からのものです。私の画像名から .png だけを削除する簡単な方法はありますか?
前もって感謝します。
これはそれを行うための良い方法です:
NSString *nameWithoutExtention = [@"yourImageName.ext" stringByDeletingPathExtension];