Skip to content

Commit

Permalink
Code review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleve committed Mar 31, 2020
1 parent cea7aa6 commit 95633fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions BlueprintUICommonControls/Tests/ScrollViewTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,7 @@ import BlueprintUI

class ScrollViewTests : XCTestCase {

func test_contentInset() {

let view = BlueprintView()
}

func test_finalContentInset()
func test_calculateContentInset()
{
// No inset

Expand Down
2 changes: 1 addition & 1 deletion SampleApp/Sources/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {

window = UIWindow(frame: UIScreen.main.bounds)
window?.rootViewController = ScrollViewKeyboardViewController()
window?.rootViewController = ViewController()
window?.makeKeyAndVisible()

return true
Expand Down

0 comments on commit 95633fd

Please sign in to comment.