Skip to content

klaaspieter/KPAViewControllerTestHelper

Repository files navigation

Introduction

A convenience class for testing iOS view controllers

Installation

Add the following to your Podfile:

pod "KPAViewControllerTestHelper", git: "https://github.com/klaaspieter/KPAViewControllerTestHelper.git"

Usage

Before a test present the view controller like so:

[KPAViewControllerTestHelper presentViewController:_viewController];

Or if the view controller is part of a navigation stack use:

[KPAViewControllerTestHelper pushViewController:_viewController];

About

Convenience class for testing view controllers

Resources

License

Stars

Watchers

Forks

Packages

No packages published