#20 Hi,
Well, after years i found a solution. I have the famous MacBook Pro 6,2 with GT330m ( 0x0a29 model).
I discovered that this problem happens every time that g-state change between 2 to 0.
#20 Hi,
Well, after years i found a solution. I have the famous MacBook Pro 6,2 with GT330m ( 0x0a29 model).
I discovered that this problem happens every time that g-state change between 2 to 0.
| // | |
| // Badge.swift | |
| // Extensions for Rounded UILabel and UIButton, Badged UIBarButtonItem. | |
| // | |
| // Usage: | |
| // let label = UILabel(badgeText: "Rounded Label"); | |
| // let button = UIButton(type: .System); button.rounded = true | |
| // let barButton = UIBarButtonItem(badge: "42", title: "How Many Roads", target: self, action: "answer") | |
| // | |
| // Created by Yonat Sharon on 06.04.2015. |
| #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| # Localize.py - Incremental localization on XCode projects | |
| # João Moreno 2009 | |
| # http://joaomoreno.com/ | |
| # Modified by Steve Streeting 2010 http://www.stevestreeting.com | |
| # Changes | |
| # - Use .strings files encoded as UTF-8 |