Create an application that reverse words in string
Create an application that reverse words in string.
Technology stack:
- Language – Swift
- Architecture pattern – MVC
- Storyboards
- Auto Layout
- SwiftLint
Functionality:
- input: “Test string to reverse”, expectedOutput: “tseT gnirts ot esrever”
dev_anagram branch:
- Program should reverse each word of the input string using rules to ignore characters in rotation and show the result on the screen
- Allow users to input their own character set to ignore
dev_anagram_extra branch:
- Calculate and display result in real time