Macklemost / Twitchm

A Twitter Client
0 stars 0 forks source link

Project 4 - Twitchm

Twitchm is a basic twitter app to read and compose tweets the Twitter API.

Time spent: 24 hours spent in total

User Stories

The following required functionality is completed:

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):

  1. Types of errors
  2. Debugging Network Errors
  3. Passing an exact cell without pressing the cell itself
  4. How to send data for various tasks

Video Walkthrough

Here's a walkthrough of implemented user stories:

Video Walkthrough

GIF created with LiceCap.

Notes

I created about 3/4 of this app using the old videos and the other using the new ones when they came out. This led to miniscule errors in the code that I'm still not sure what they were, but were causing very strange and large problems. For instance I could retrieve user data but not tweet data, as that what unauthorized for some reason. Also, the imageView will not change with URLs for some reason so there's that as well. Overall this app was very difficult and time consuming.

All of the app is complete. Using .superview was a lifesaver for figuring out how to send the cell information to another view through a button press.

License

Copyright 2016 Cole McLemore

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.