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