{"id":26016064,"url":"https://github.com/jjochen/jpmessagehandler","last_synced_at":"2026-04-21T04:33:06.617Z","repository":{"id":8295591,"uuid":"9836547","full_name":"jjochen/JPMessageHandler","owner":"jjochen","description":"Handles and shows status messages on iOS devices.","archived":false,"fork":false,"pushed_at":"2014-04-21T18:04:37.000Z","size":327,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-01T21:01:45.715Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jjochen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-05-03T13:34:10.000Z","updated_at":"2014-04-21T18:04:37.000Z","dependencies_parsed_at":"2022-08-07T01:15:41.010Z","dependency_job_id":null,"html_url":"https://github.com/jjochen/JPMessageHandler","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jjochen%2FJPMessageHandler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jjochen%2FJPMessageHandler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jjochen%2FJPMessageHandler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jjochen%2FJPMessageHandler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jjochen","download_url":"https://codeload.github.com/jjochen/JPMessageHandler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242144486,"owners_count":20078967,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-06T03:52:48.261Z","updated_at":"2026-04-21T04:33:06.582Z","avatar_url":"https://github.com/jjochen.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JPMessageHandler\n\nHandles and shows status messages on iOS devices.\n\n## Installation\n\n_**Important note if your project doesn't use ARC**: you must add the `-fobjc-arc` compiler flag to `JPMessageHandler.m`, `JPMessage.m`, `JPMessageCell.m` and `XButton.m` in Target Settings \u003e Build Phases \u003e Compile Sources._\n\n* Drag the `JPMessageHandler/JPMessageHandler` folder into your project.\n* Add the **QuartzCore** framework to your project.\n\n## Usage\n\n(see sample Xcode project in `/Demo`)\n\n### Init\nIn `viewDidLoad`\n\n```objective-c\nself.messageHandler = [[JPMessageHandler alloc] initWithSuperview:self.view];\n```\n### Showing a message\n\n```objective-c\n[self.messageHandler showMessage:@\"Info Message\" type:JPMessageTypeInfo];\n\n[self.messageHandler showMessage:@\"Long Error Message (min 4sec)\" type:JPMessageTypeError minDuration:4.0 maxDuration:10.0];\n```\n\n## Customization\n\nYou can customize the following properties of `JPMessageHandler`:\n\n``` objective-c\n@property (nonatomic, assign) CGFloat rowHeight;\n@property (nonatomic, assign) UITableViewCellSeparatorStyle separatorStyle;\n@property (nonatomic, strong) UIView *backgroundView;\n@property (nonatomic, strong) UIColor *backgroundColor;\n@property (nonatomic, assign) CGFloat marginBottom;\n@property (nonatomic, strong) UIColor *messageShadowColor;\n@property (nonatomic, assign) CGSize messageShadowOffset;\n@property (nonatomic, strong) NSArray *messageGradientColors;\n@property (nonatomic, strong) UIFont *font;\n@property (nonatomic, strong) UIColor *textColor;\n@property (nonatomic, strong) UIColor *hideButtonColor;\n@property (nonatomic, strong) UIColor *imageColor;\n@property (nonatomic, assign) NSTimeInterval defaultMinDuration;\n@property (nonatomic, assign) NSTimeInterval defaultMaxDuration;\n```\n\n\n## Example\n\nAs an example see the [iOS BBBike app](https://itunes.apple.com/us/app/bbbike/id555616117?mt=8).\n\n## Credits\n\nJPMessageHandler is brought to you by [Jochen Pfeiffer](http://jochen-pfeiffer.com) and [contributors to the project](https://github.com/jjochen/JPMessageHandler/contributors). If you have feature suggestions or bug reports, feel free to help out by sending pull requests or by [creating new issues](https://github.com/jjochen/JPMessageHandler/issues/new). If you're using JPMessageHandler in your project, attribution would be nice.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjjochen%2Fjpmessagehandler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjjochen%2Fjpmessagehandler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjjochen%2Fjpmessagehandler/lists"}