Skip to content

Instantly share code, notes, and snippets.

@jkopelioff
jkopelioff / UIImageView+AFNetworking+UIActivityIndicator.swift
Created August 6, 2015 20:57
UIImageView+AFNetworking+UIActivityIndicator
//
// UIImageView+AFNetworking+UIActivityIndicator.swift
//
// Created by Joel Kopelioff on 8/6/15.
// Copyright (c) 2015 DemandMedia Inc
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// Hiding NavBar and TabBar example
// Created by Joel Kopelioff on 1/30/15.
//
import UIKit
import SVProgressHUD
import CoreData
class MyViewController: UIViewController, UITableViewDelegate, UITableViewDataSource, UIScrollViewDelegate {