{"id":16209165,"url":"https://github.com/erkanyildiz/eylogtextview","last_synced_at":"2025-03-19T08:30:58.787Z","repository":{"id":80340909,"uuid":"52859953","full_name":"erkanyildiz/EYLogTextView","owner":"erkanyildiz","description":"A simple viewer to see your app's logs on your iDevice in realtime.","archived":false,"fork":false,"pushed_at":"2022-12-27T04:21:21.000Z","size":21,"stargazers_count":18,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-17T05:11:32.123Z","etag":null,"topics":["debugging","idevice","ios","log","logger","objective-c","viewer"],"latest_commit_sha":null,"homepage":"","language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/erkanyildiz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-03-01T08:14:51.000Z","updated_at":"2025-03-03T09:04:50.000Z","dependencies_parsed_at":"2023-06-05T21:30:11.566Z","dependency_job_id":null,"html_url":"https://github.com/erkanyildiz/EYLogTextView","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erkanyildiz%2FEYLogTextView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erkanyildiz%2FEYLogTextView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erkanyildiz%2FEYLogTextView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erkanyildiz%2FEYLogTextView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/erkanyildiz","download_url":"https://codeload.github.com/erkanyildiz/EYLogTextView/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244389775,"owners_count":20445001,"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":["debugging","idevice","ios","log","logger","objective-c","viewer"],"created_at":"2024-10-10T10:28:18.634Z","updated_at":"2025-03-19T08:30:58.775Z","avatar_url":"https://github.com/erkanyildiz.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EYLogTextView\nA simple UITextView subclass to see your app's logs on your iDevice in realtime.\n\n# Features\n\n - One line to integrate. Singleton for easier access.\n - Shake device to hide and show.\n - Compatible with standard `NSLog`, `print` and `Logger`, no special logging method needed.\n - Saves all logs to local files to be shared later.\n - Customizable size, position, opacity, font and colors.\n - Default style is optimized for best visibility based on macOS Terminal.app `Red Sands` theme.\n - Always on top, except for system windows like keyboards, alerts, etc.\n - Uses `NSPipe` on `stderr` and `stdout` (no overhead).\n - Works even while not connected to Xcode.\n - Compatible with both `Objective-C` and `Swift` projects.\n - Drag\u0026Drop to any point on the screen by long press.\n\n# Integration\n\n## Objective-C Projects\n\nIn your project's `AppDelegate`, import `EYLogTextView.h` and add following line at the beginning of `application:didFinishLaunchingWithOptions:` method:\n\n```\n[EYLogTextView add];\n```\n\n(For potentially capturing earlier logs you can start it `main.m` as well.)\n\n## Swift Projects\n\nIn your project's `Bridging Header`, import `EYLogTextView.h` and add following line at the beginning of `application:didFinishLaunchingWithOptions:` function:\n\n```\nEYLogTextView.add()\n```\n\n# Usage\n\n- By default `EYLogTextView` will be hidden. You can shake your device to make it visible.\n- You can also use `show`/`hide` or `toggle` methods to change visibility.\n- As it is a `UITextView` subclass singleton, you can customizable size, position, opacity, font and colors as you wish by accessing the shared instance using `sharedInstance` method.\n- You can long press to drag\u0026drop it anywhere you want.\n- You can tap to display menu with following options:\n    - Share current log file\n    - See all log files\n    - Share current console text\n    - Hide\n    - Clear current console text\n- You can share all previously saved logs files and current log file.\n- You can delete all previously saved logs files.\n\n# ScreenShots (will be updated soon)\n![ss1](https://cloud.githubusercontent.com/assets/1222652/13434323/c2bc7be8-e018-11e5-8578-c265730912ad.png)\n![ss2](https://cloud.githubusercontent.com/assets/1222652/13434325/c2db4834-e018-11e5-9727-bc1747d114c5.png)\n![ss3](https://cloud.githubusercontent.com/assets/1222652/13434326/c2f42da4-e018-11e5-857c-e995a8686bbb.png)\n![ss4](https://cloud.githubusercontent.com/assets/1222652/13434327/c2f4eb36-e018-11e5-8e35-9bacfad52bc7.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferkanyildiz%2Feylogtextview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferkanyildiz%2Feylogtextview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferkanyildiz%2Feylogtextview/lists"}