colinfwalsh / palindrome-finder-ios-0616

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Palindrome Finder

Write a single method to detect if an NSString is a palindrome

Instructions

  1. Write a method that takes in an NSString and returns a BOOL.
  2. Yeah, that's it. Make sure it works in the AppDelegate

Extra Credit

  1. Make it a category on NSString

View Palindrome Finder on Learn.co and start learning to code for free.

About