Name of your app is a basic twitter app to read and compose tweets from the Twitter API.
Time spent: 25 hours spent in total
The following required functionality is completed:
The following optional features are implemented:
[x] When composing, you should have a countdown in the upper right for the tweet limit.
[ ] After creating a new tweet, a user should be able to view it in the timeline immediately without refetching the timeline from the network.
[x] Retweeting and favoriting should increment the retweet and favorite count.
[x] User should be able to unretweet and unfavorite and should decrement the retweet and favorite count.
[x] Replies should be prefixed with the username and the reply_id should be set when posting the tweet,
[ ] User can load more tweets once they reach the bottom of the feed using infinite loading similar to the actual Twitter client.
[ ] Profile Page
[ ] Account switching
[x] Use regex to download high-res images
[x] Implement delegate to update timeline on likes/favorites immediately
[x] Play with layers to make subtle UI changes
Please list two areas of the assignment you'd like to discuss further with your peers during the next class (examples include better ways to implement something, how to extend your app in certain ways, etc):
Here's a walkthrough of implemented user stories:
GIF created with LiceCap.
I worked on this earlier at the office and had favorite/retweet network requests working. I did not change my code and when I got home I started receiving 404s sometimes. They started off working 100% of the time so I'm not sure what happened :( my code in TwitterClient looks right. Halp.
Somehow the navigationcontroller on the timeline got stretched extra tall when rendered. It was driving me crazy but I couldn't fix it.
Copyright [2016] [Isis Anchalee]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.