Skip to content

Feedback to send iOS enabled developer NSLog file create .txt

License

Notifications You must be signed in to change notification settings

alexiscreuzot/APFeedBack

 
 

Repository files navigation

APFeedBack

Version License Platform language

Screenshot0

Usage

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

APFeedBack is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "APFeedBack"

Example

- (IBAction)feedback_Push:(id)sender;

{

APFeedTableViewController *fd = [[APFeedTableViewController alloc]init];
fd.developer_LogFile=NO;
fd.mailHTML=YES;
[self.navigationController pushViewController:fd animated:YES];

}

- (IBAction)feedback_modal:(id)sender

{

APFeedTableViewController *fd = [[APFeedTableViewController alloc]init];
UINavigationController *navController = [[UINavigationController alloc] initWithRootViewController:fd];
navController.modalTransitionStyle = UIModalTransitionStyleCrossDissolve;
[self presentViewController:navController animated:YES completion:nil];

}
[[DeviceInfo deviceManager]logfilecreate];

Author

devalios, info@techmobilesoft.com

License

APFeedBack is available under the MIT license. See the LICENSE file for more info.

About

Feedback to send iOS enabled developer NSLog file create .txt

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 89.6%
  • Shell 8.6%
  • Ruby 1.8%