Skip to content

Commit

Permalink
Merge pull request #45 from hyperoslo/feature/public-II
Browse files Browse the repository at this point in the history
Adds public to the configuration.
  • Loading branch information
RamonGilabert committed Oct 5, 2015
2 parents 41a3d9e + 5cae550 commit 03c9f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/ImagePickerController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public class ImagePickerController: UIViewController {
return gesture
}()

lazy var pickerConfiguration: Configuration = Configuration.sharedInstance
public lazy var pickerConfiguration: Configuration = Configuration.sharedInstance

public weak var delegate: ImagePickerDelegate?
public var stack = ImageStack()
Expand Down

0 comments on commit 03c9f18

Please sign in to comment.