forked from organicmaps/organicmaps
[cleanup] Review fixes.
This commit is contained in:
parent
fcabc829e9
commit
4ddb3560df
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
extension Bundle {
|
||||
func load(viewClass: AnyClass, owner: Any?, options: [AnyHashable : Any]? = nil) -> [Any]? {
|
||||
func load(viewClass: AnyClass, owner: Any? = nil, options: [AnyHashable : Any]? = nil) -> [Any]? {
|
||||
return loadNibNamed(toString(viewClass), owner: owner, options: options)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue