Skip to content

History / Passing Data Propagating Events

Revisions

  • Updated Passing Data Propagating Events (markdown)

    @juandopazo juandopazo committed Mar 18, 2019
  • Move to https://

    @rogerhu rogerhu committed Oct 18, 2017
  • use present(viewControllerToPresent..) now

    @rogerhu rogerhu committed Sep 24, 2017
  • Fix to dismiss now

    @rogerhu rogerhu committed Sep 24, 2017
  • Use #selector now

    @rogerhu rogerhu committed Sep 24, 2017
  • changed variable name to its declared name. i.e., letterButton to button

    @bharathdn bharathdn committed Apr 4, 2017
  • Many global functions have been replaced by protocol extension methods, a new feature of Swift 2, so enumerate() is now an extension method for SequenceType: extension SequenceType { func enumerate() -> EnumerateSequence<Self> } and used as let mySwiftStringArray = [ "foo", "bar" ] for (index, string) in mySwiftStringArray.enumerate() { print(string) }

    @angierao angierao committed Jun 14, 2016
  • Update delegate pattern

    @nickai nickai committed Feb 17, 2016
  • Remove doctoc and update heading

    @nickai nickai committed Feb 15, 2016
  • Added UITableViewDataSource example

    @itismadhan itismadhan committed Jan 26, 2016
  • Syntax highlight keyword self

    @itismadhan itismadhan committed Jan 19, 2016
  • Simple language edits for target-action

    @itismadhan itismadhan committed Jan 19, 2016
  • Updated the target-action section with new code snippet explaining the method 'addTarget' and its parameters.

    @itismadhan itismadhan committed Jan 18, 2016
  • Removed Storyboards, KVO references

    @itismadhan itismadhan committed Jan 18, 2016
  • Typos and broken links

    @nhan nhan committed Feb 9, 2015
  • Form Input and Event Handling

    @nhan nhan committed Feb 9, 2015