mirror of
https://github.com/zhigang1992/ProMotion.git
synced 2026-06-04 06:39:35 +08:00
10 lines
250 B
Ruby
10 lines
250 B
Ruby
describe "ProMotion::Screen UIImageView title" do
|
|
def controller
|
|
@controller = ImageViewTitleScreen.new(nav_bar: true)
|
|
end
|
|
|
|
it "should allow an image title" do
|
|
controller.navigationItem.titleView.should.be.kind_of UIImageView
|
|
end
|
|
end
|