Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

Pod cleanup, KVO crash fix, progress bar fix #70

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

alexhillc
Copy link

@alexhillc alexhillc commented Apr 28, 2017

  • Cleanup Pod files by adding the Pods directory to .gitignore (a 'pod install' will be needed after cloning, but this reduces clutter in the repo generated by the Sample app)
  • Retain reference to navigation bar to fix temperamental KVO crash on dealloc.
  • Clear progress view in viewDidDisappear:, dealloc as well as viewWillDisappear: - just in case there is a situation in which we receive delegate progress callbacks.
  • Add parens to statement causing warning in Xcode 8.3

   install' will be needed after cloning, but this reduces space
generated by the Sample app)
- Retain reference to navigation bar to fix temperamental KVO crash on
  dealloc.
- Clear progress view in viewDidDisappear: as well as viewWillDisappear:
  - just in case there is a situation in which we receive delegate
    progress callbacks.
- Final removal of progressView in dealloc if need be. May be redundant, but it's a valid case.
@alexhillc alexhillc force-pushed the master branch 2 times, most recently from ba2aca6 to d12791f Compare May 5, 2017 00:09
@sgonzalesallan
Copy link

sgonzalesallan commented May 22, 2017

I think this pull request will address the issue in progress bar bug when pushing the web view controller, as well as the bug in the activity indicator when the controller is dismissed while loading. Good job @alexhillc 👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants