Skip to content

Commit

Permalink
[eBay#143] added func onAssetsPicked() to override
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Dodatko authored and Markus Kerschbaum committed Aug 28, 2017
1 parent 7a64915 commit 1df6a0c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions nMessenger/Source/Messenger/NMessengerViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,12 @@ open class NMessengerViewController: UIViewController
self.addObservers()
}

open func onAssetsPicked(_ assets: [PHAsset])
{
print("[WARN] NMessengerViewController.onAssetsPicked() is invoked but not overloaded")
print("Assets : \(assets.debugDescription)")
}

open func onImagesPicked(_ images: [UIImage])
{
// legacy implementation
Expand Down

0 comments on commit 1df6a0c

Please sign in to comment.